Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit feb49cf

Browse files
committed
Remove call to non-existent function.
1 parent e687f07 commit feb49cf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/Example3_EnableRTCM/Example3_EnableRTCM.ino

+2-3
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ void setup()
5959
while(1); //Freeze
6060
}
6161

62-
//This will pipe the RTCM sentences out the serial port so we can see them
63-
myGPS.setRTCMOutputPort(Serial);
62+
//RTCM is now enabled but we haven't done a 'survey-in'
63+
//See example 4 for the full Base RTK setup
6464
}
6565

6666
void loop()
@@ -69,4 +69,3 @@ void loop()
6969

7070
delay(250); //Don't pound too hard on the I2C bus
7171
}
72-

0 commit comments

Comments
 (0)