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 7cb42b1 commit 9c23846Copy full SHA for 9c23846
examples/Callbacks/CallbackExample8_MON_COMMS/CallbackExample8_MON_COMMS.ino
@@ -159,7 +159,7 @@ void setup()
159
Serial.println("Polling MON COMMS data:");
160
UBX_MON_COMMS_data_t portInfo;
161
if (myGNSS.getCommsPortInfo(&portInfo))
162
- newMONCOMMS(&portInfo);
+ newMONCOMMS(&portInfo); // Call the callback manually to print the data
163
else
164
Serial.println("getCommsPortInfo failed!");
165
0 commit comments