From 4fc374a5c9664eb7a922910cf63944c0064da1b8 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 23 Sep 2022 19:27:55 +0100 Subject: [PATCH] Update Example22_QZSSL6_Corrections_with_NEO-D9C.ino --- .../Example22_QZSSL6_Corrections_with_NEO-D9C.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ZED-F9P/Example22_QZSSL6_Corrections_with_NEO-D9C/Example22_QZSSL6_Corrections_with_NEO-D9C.ino b/examples/ZED-F9P/Example22_QZSSL6_Corrections_with_NEO-D9C/Example22_QZSSL6_Corrections_with_NEO-D9C.ino index f290022..0a8fd26 100644 --- a/examples/ZED-F9P/Example22_QZSSL6_Corrections_with_NEO-D9C/Example22_QZSSL6_Corrections_with_NEO-D9C.ino +++ b/examples/ZED-F9P/Example22_QZSSL6_Corrections_with_NEO-D9C/Example22_QZSSL6_Corrections_with_NEO-D9C.ino @@ -250,7 +250,7 @@ void setup() if (ok) ok = myGNSS.setNavigationFrequency(1); //Set output in Hz. - if (ok) ok = myGNSS.setVal8(UBLOX_CFG_MSGOUT_UBX_RXM_COR_UART1, 1); // Enable UBX-RXM-COR messages on UART2 + if (ok) ok = myGNSS.setVal8(UBLOX_CFG_MSGOUT_UBX_RXM_COR_UART1, 1); // Enable UBX-RXM-COR messages on UART1 //if (ok) ok = myGNSS.saveConfiguration(VAL_CFG_SUBSEC_IOPORT | VAL_CFG_SUBSEC_MSGCONF); //Optional: Save the ioPort and message settings to NVM