Skip to content

Commit 848adcb

Browse files
committed
Update Example3_StartRTCMBase.ino
1 parent d17a5f9 commit 848adcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/ZED-F9P/Example3_StartRTCMBase/Example3_StartRTCMBase.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void setup()
5454
// Uncomment the next line if you want to reset your module back to the default settings with 1Hz navigation rate
5555
//myGNSS.factoryDefault(); delay(5000);
5656

57-
myGNSS.setI2COutput(COM_TYPE_UBX); //Set the I2C port to output UBX only (turn off NMEA noise)
57+
myGNSS.setI2COutput(COM_TYPE_UBX | COM_TYPE_NMEA | COM_TYPE_RTCM3); // Ensure RTCM3 is enabled
5858
myGNSS.saveConfigSelective(VAL_CFG_SUBSEC_IOPORT); //Save the communications port settings to flash and BBR
5959

6060
while (Serial.available()) Serial.read(); //Clear any latent chars in serial buffer

0 commit comments

Comments
 (0)