Skip to content

Commit fc5c231

Browse files
committed
Fix error in Example20
1 parent ab058f0 commit fc5c231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example20_SendCustomCommand/Example20_SendCustomCommand.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ void loop()
167167

168168
uint16_t milliseconds = myGNSS.getMillisecond();
169169
Serial.print(F(" Milliseconds: "));
170-
Serial.print(altitude);
170+
Serial.print(milliseconds);
171171
Serial.println();
172172
}

0 commit comments

Comments
 (0)