We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f65691 commit 39a1b19Copy full SHA for 39a1b19
Firmware/RTK_Everywhere/States.ino
@@ -440,7 +440,7 @@ void stateUpdate()
440
displayWebConfigNotStarted(); // Display immediately while we wait for server to start
441
442
bluetoothStop(); // Bluetooth must be stopped to allow enough RAM for AP+STA (firmware check)
443
- ESPNOW_STOP(); // We don't need ESP-NOW during web config
+ wifiEspNowOff(__FILE__, __LINE__); // We don't need ESP-NOW during web config
444
445
// The GNSS UART task is left running to allow GNSS receivers to obtain LLh data for 1Hz page updates
446
0 commit comments