Trying to figure out esp8266 wifi reconnect

This commit is contained in:
Gunnar Skjold
2021-12-05 12:07:34 +01:00
parent cbd2ab4a7a
commit e2442a26ee

View File

@@ -852,7 +852,6 @@ void WiFi_connect() {
WiFi.softAPdisconnect(true);
WiFi.enableAP(false);
WiFi.mode(WIFI_OFF);
wifi_fpm_close();
yield();
wifiTimeout = 5000;
return;