alanswx / ESPAsyncWiFiManager

Port WiFiManager to ESP Async Server
MIT License
219 stars 84 forks source link

Persistent removal of WIFI credentials in STA mode #84

Closed belveder79 closed 3 years ago

belveder79 commented 3 years ago

as discussed in #82, #54 and #65 this should now reset the settings on the ESPs properly (only tested with ESP32 as I only have this one running here...)

MassiPi commented 3 years ago

i'm not sure the WiFi.disconnect(true,true); is correct. It should be conditioned by the board: this works for ESP32, but for ESP8266 it does not, it still needs just WiFi.disconnect(true);

alanswx commented 3 years ago

Can you fix it and increase the version number? I don’t have a development setup with me.