Skip to content

Commit 1cc711f

Browse files
committed
Example 17: Display the full version message
1 parent 3017767 commit 1cc711f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/Example17_Parser/Example17_Parser.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ void setup()
106106
while (true);
107107
}
108108

109+
// Display the firmware version
110+
Serial.printf("%s\r\n", myGNSS.getVersionFull());
111+
109112
//sendCommand() sends the string directly and checks for the OK response
110113
//Returns true if the OK was detected
111114
//"BESTNAVB 1" starts the output of BESTNAV binary message at 1Hz on the COM port

0 commit comments

Comments
 (0)