Skip to content

Commit 4fc374a

Browse files
committed
Update Example22_QZSSL6_Corrections_with_NEO-D9C.ino
1 parent 389b6d8 commit 4fc374a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ZED-F9P/Example22_QZSSL6_Corrections_with_NEO-D9C/Example22_QZSSL6_Corrections_with_NEO-D9C.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ void setup()
250250

251251
if (ok) ok = myGNSS.setNavigationFrequency(1); //Set output in Hz.
252252

253-
if (ok) ok = myGNSS.setVal8(UBLOX_CFG_MSGOUT_UBX_RXM_COR_UART1, 1); // Enable UBX-RXM-COR messages on UART2
253+
if (ok) ok = myGNSS.setVal8(UBLOX_CFG_MSGOUT_UBX_RXM_COR_UART1, 1); // Enable UBX-RXM-COR messages on UART1
254254

255255
//if (ok) ok = myGNSS.saveConfiguration(VAL_CFG_SUBSEC_IOPORT | VAL_CFG_SUBSEC_MSGCONF); //Optional: Save the ioPort and message settings to NVM
256256

0 commit comments

Comments
 (0)