maakbaas/esp8266-iot-framework

Wifi Settings (Forget) not working

Closed this issue · 2 comments

After select Wifi Settings Forget link, the framework will go to "captive portal" but after reboot, the framework will reconnect to stored Wifi. The stored Wifi settings will not be overwrite now.

Fixed.

This was apparently caused by a breaking change in Arduino ESP8266 3.0:

Starting from version 3 of this core, persistence is disabled by default

https://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/generic-class.html

Ah, OK. Thank you for this Information. I remember for the issues with Version 3.