Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 852dfe1

Browse files
committed
Update SparkFun_Ublox_Arduino_Library.cpp
1 parent 51de78e commit 852dfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_Ublox_Arduino_Library.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2434,7 +2434,7 @@ boolean SFE_UBLOX_GPS::getPVT(uint16_t maxWait)
24342434
{
24352435
_debugSerial->println(F("getPVT: Autoreporting"));
24362436
}
2437-
checkUblox();
2437+
checkUblox(UBX_CLASS_NAV, UBX_NAV_PVT);
24382438
return moduleQueried.all;
24392439
}
24402440
else if (autoPVT && !autoPVTImplicitUpdate)

0 commit comments

Comments
 (0)