From 103bfbeee0a8ee2381affe1962c564838ab08ec0 Mon Sep 17 00:00:00 2001 From: PaulZC Date: Tue, 11 Jan 2022 16:27:44 +0000 Subject: [PATCH] Update SparkFun_u-blox_GNSS_Arduino_Library.cpp --- src/SparkFun_u-blox_GNSS_Arduino_Library.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SparkFun_u-blox_GNSS_Arduino_Library.cpp b/src/SparkFun_u-blox_GNSS_Arduino_Library.cpp index 83d805b..5c3ae5c 100644 --- a/src/SparkFun_u-blox_GNSS_Arduino_Library.cpp +++ b/src/SparkFun_u-blox_GNSS_Arduino_Library.cpp @@ -8810,7 +8810,6 @@ bool SFE_UBLOX_GNSS::getNAVPVAT(uint16_t maxWait) packetCfg.id = UBX_NAV_PVAT; packetCfg.len = 0; packetCfg.startingSpot = 0; - //packetCfg.startingSpot = 20; //Begin listening at spot 20 so we can record up to 20+packetCfgPayloadSize = 84 bytes Note:now hard-coded in processUBX //The data is parsed as part of processing the response sfe_ublox_status_e retVal = sendCommand(&packetCfg, maxWait);