File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ void stateUpdate()
115
115
webServerStop (); // Stop the web config server
116
116
baseCasterDisableOverride (); // Disable casting overrides
117
117
118
- // Start the UART connected to the GNSS receiver for NMEA and UBX data (enables logging)
118
+ // Start the UART connected to the GNSS receiver for NMEA data (enables logging)
119
119
if (tasksStartGnssUart () == false )
120
120
displayRoverFail (1000 );
121
121
else
@@ -228,7 +228,7 @@ void stateUpdate()
228
228
229
229
webServerStop (); // Stop the web config server
230
230
231
- // Start the UART connected to the GNSS receiver for NMEA and UBX data (enables logging)
231
+ // Start the UART connected to the GNSS receiver for NMEA data (enables logging)
232
232
if (tasksStartGnssUart () && gnss->configureBase ())
233
233
{
234
234
// settings.gnssConfiguredBase is set by gnss->configureBase()
@@ -575,7 +575,7 @@ void stateUpdate()
575
575
576
576
displayNtpStart (500 ); // Show 'NTP'
577
577
578
- // Start UART connected to the GNSS receiver for NMEA and UBX data (enables logging)
578
+ // Start UART connected to the GNSS receiver for NMEA data (enables logging)
579
579
if (tasksStartGnssUart () && ntpConfigureUbloxModule ())
580
580
{
581
581
settings.lastState = STATE_NTPSERVER_NOT_STARTED; // Record this state for next POR
You can’t perform that action at this time.
0 commit comments