We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5871d commit 2ee8e58Copy full SHA for 2ee8e58
examples/Basics/Example32_TIMTP/Example32_TIMTP.ino
@@ -101,7 +101,7 @@ void loop()
101
uint32_t epochPVT = myGNSS.getUnixEpoch(microsPVT); //Read the time of week as Unix Epoch
102
103
Serial.print("NAV PVT as Epoch: ");
104
- Serial.print(epochPVT); //Print the time of the next pulse
+ Serial.print(epochPVT); //Print the time of the previous pulse
105
Serial.print(".");
106
if (microsPVT < 100000) Serial.print("0"); //Pad the zeros if needed
107
if (microsPVT < 10000) Serial.print("0");
0 commit comments