diff --git a/examples/Example20_SendCustomCommand/Example20_SendCustomCommand.ino b/examples/Example20_SendCustomCommand/Example20_SendCustomCommand.ino index b468f93..003f801 100644 --- a/examples/Example20_SendCustomCommand/Example20_SendCustomCommand.ino +++ b/examples/Example20_SendCustomCommand/Example20_SendCustomCommand.ino @@ -167,6 +167,6 @@ void loop() uint16_t milliseconds = myGNSS.getMillisecond(); Serial.print(F(" Milliseconds: ")); - Serial.print(altitude); + Serial.print(milliseconds); Serial.println(); }