Skip to content

Commit 9c23846

Browse files
committed
Update CallbackExample8_MON_COMMS.ino
1 parent 7cb42b1 commit 9c23846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Callbacks/CallbackExample8_MON_COMMS/CallbackExample8_MON_COMMS.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void setup()
159159
Serial.println("Polling MON COMMS data:");
160160
UBX_MON_COMMS_data_t portInfo;
161161
if (myGNSS.getCommsPortInfo(&portInfo))
162-
newMONCOMMS(&portInfo);
162+
newMONCOMMS(&portInfo); // Call the callback manually to print the data
163163
else
164164
Serial.println("getCommsPortInfo failed!");
165165

0 commit comments

Comments
 (0)