Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
correct var name
  • Loading branch information
tedder committed Nov 20, 2019
commit fbd6af75de3198a3cc82272f4056b6d6ecfbc9ac
2 changes: 1 addition & 1 deletion src/SparkFun_Ublox_Arduino_Library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ void SFE_UBLOX_GPS::processUBXpacket(ubxPacket *msg)
highResModuleQueried.geoidSeparation = true;
highResModuleQueried.horizontalAccuracy = true;
highResModuleQueried.verticalAccuracy = true;
moduleQueried.timeOfWeek = true; // this can arrive here too.
moduleQueried.gpsiTOW = true; // this can arrive via HPPOS too.

if (_printDebug == true)
{
Expand Down