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

Commit fbd6af7

Browse files
committed
correct var name
1 parent 9d5a1a8 commit fbd6af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_Ublox_Arduino_Library.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ void SFE_UBLOX_GPS::processUBXpacket(ubxPacket *msg)
663663
highResModuleQueried.geoidSeparation = true;
664664
highResModuleQueried.horizontalAccuracy = true;
665665
highResModuleQueried.verticalAccuracy = true;
666-
moduleQueried.timeOfWeek = true; // this can arrive here too.
666+
moduleQueried.gpsiTOW = true; // this can arrive via HPPOS too.
667667

668668
if (_printDebug == true)
669669
{

0 commit comments

Comments
 (0)