Skip to content

Commit 103bfbe

Browse files
committed
Update SparkFun_u-blox_GNSS_Arduino_Library.cpp
1 parent 62967b8 commit 103bfbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SparkFun_u-blox_GNSS_Arduino_Library.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8810,7 +8810,6 @@ bool SFE_UBLOX_GNSS::getNAVPVAT(uint16_t maxWait)
88108810
packetCfg.id = UBX_NAV_PVAT;
88118811
packetCfg.len = 0;
88128812
packetCfg.startingSpot = 0;
8813-
//packetCfg.startingSpot = 20; //Begin listening at spot 20 so we can record up to 20+packetCfgPayloadSize = 84 bytes Note:now hard-coded in processUBX
88148813

88158814
//The data is parsed as part of processing the response
88168815
sfe_ublox_status_e retVal = sendCommand(&packetCfg, maxWait);

0 commit comments

Comments
 (0)