Skip to content

Commit d04a610

Browse files
committed
Don't stop AP if running while STA starts
1 parent 4f515d0 commit d04a610

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Firmware/RTK_Everywhere/WiFi.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2363,10 +2363,6 @@ bool RTK_WIFI::stopStart(WIFI_ACTION_t stopping, WIFI_ACTION_t starting)
23632363
// Restart ESP-NOW if necessary
23642364
if (wifiEspNowRunning)
23652365
stopping |= WIFI_START_ESP_NOW;
2366-
2367-
// Restart soft AP if necessary
2368-
if (wifiSoftApRunning)
2369-
stopping |= WIFI_START_SOFT_AP;
23702366
}
23712367

23722368
// Determine if the ESP-NOW channel was specified

0 commit comments

Comments
 (0)