maakbaas / esp8266-iot-framework

Framework for IoT projects implementing HTTPS requests, a React web interface, WiFi manager, live dashboard, configuration manager, file manager and OTA updates.
GNU General Public License v3.0
418 stars 113 forks source link

Wifi Settings (Forget) not working #136

Closed Eisbaeeer closed 2 years ago

Eisbaeeer commented 2 years ago

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.

maakbaas commented 2 years ago

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

Eisbaeeer commented 2 years ago

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