File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ void stateUpdate()
111
111
setMuxport (settings.dataPortChannel ); // Return mux to original channel
112
112
113
113
bluetoothStart (); // Turn on Bluetooth with 'Rover' name
114
- ESPNOW_START (); // Start internal radio if enabled, otherwise disable
115
114
116
115
webServerStop (); // Stop the web config server
117
116
baseCasterDisableOverride (); // Disable casting overrides
@@ -331,8 +330,6 @@ void stateUpdate()
331
330
// Start the NTRIP server if requested
332
331
RTK_MODE (RTK_MODE_BASE_FIXED);
333
332
334
- ESPNOW_START (); // Start internal radio if enabled, otherwise disable
335
-
336
333
rtcmPacketsSent = 0 ; // Reset any previous number
337
334
changeState (STATE_BASE_TEMP_TRANSMITTING);
338
335
}
@@ -397,9 +394,6 @@ void stateUpdate()
397
394
if (response == true )
398
395
{
399
396
baseStatusLedOn (); // Turn on the base/status LED
400
-
401
- ESPNOW_START (); // Start internal radio if enabled, otherwise disable
402
-
403
397
changeState (STATE_BASE_FIXED_TRANSMITTING);
404
398
}
405
399
else
You can’t perform that action at this time.
0 commit comments