File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -420,11 +420,10 @@ void stateUpdate()
420
420
421
421
displayWebConfigNotStarted (); // Display immediately while we wait for server to start
422
422
423
- // TODO - Do we need to stop BT and ESP-NOW during web config or can we leave it running?
424
- // bluetoothStop();
425
- // espnowStop();
423
+ bluetoothStop (); // Bluetooth must be stopped to allow enough RAM for AP+STA (firmware check)
424
+ espnowStop (); // We don't need ESP-NOW during web config
426
425
427
- // tasksStopGnssUart(); // Delete serial tasks if running
426
+ // The GNSS UART task is left running to allow non-ZED platforms to obtain LLh data for 1Hz page updates
428
427
429
428
// Stop any running NTRIP Client or Server
430
429
ntripClientStop (true ); // Do not allocate new wifiClient
You can’t perform that action at this time.
0 commit comments