Skip to content

Commit 39a1b19

Browse files
committed
States: Stop ESP-NOW before starting WebConfig
1 parent 4f65691 commit 39a1b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/States.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ void stateUpdate()
440440
displayWebConfigNotStarted(); // Display immediately while we wait for server to start
441441

442442
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
443+
wifiEspNowOff(__FILE__, __LINE__); // We don't need ESP-NOW during web config
444444

445445
// The GNSS UART task is left running to allow GNSS receivers to obtain LLh data for 1Hz page updates
446446

0 commit comments

Comments
 (0)