Skip to content

Commit 38496b6

Browse files
committed
Comment update
1 parent ce62276 commit 38496b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Firmware/RTK_Everywhere/States.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ void stateUpdate()
115115
webServerStop(); // Stop the web config server
116116
baseCasterDisableOverride(); // Disable casting overrides
117117

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)
119119
if (tasksStartGnssUart() == false)
120120
displayRoverFail(1000);
121121
else
@@ -228,7 +228,7 @@ void stateUpdate()
228228

229229
webServerStop(); // Stop the web config server
230230

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)
232232
if (tasksStartGnssUart() && gnss->configureBase())
233233
{
234234
// settings.gnssConfiguredBase is set by gnss->configureBase()
@@ -575,7 +575,7 @@ void stateUpdate()
575575

576576
displayNtpStart(500); // Show 'NTP'
577577

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)
579579
if (tasksStartGnssUart() && ntpConfigureUbloxModule())
580580
{
581581
settings.lastState = STATE_NTPSERVER_NOT_STARTED; // Record this state for next POR

0 commit comments

Comments
 (0)