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.
2 parents 3017767 + 1cc711f commit 3234db7Copy full SHA for 3234db7
examples/Example17_Parser/Example17_Parser.ino
@@ -106,6 +106,9 @@ void setup()
106
while (true);
107
}
108
109
+ // Display the firmware version
110
+ Serial.printf("%s\r\n", myGNSS.getVersionFull());
111
+
112
//sendCommand() sends the string directly and checks for the OK response
113
//Returns true if the OK was detected
114
//"BESTNAVB 1" starts the output of BESTNAV binary message at 1Hz on the COM port
0 commit comments