Smoria / AM43-WiFi

AM43 blinds engine to WiFi MQTT conversion
MIT License
17 stars 4 forks source link

Settings not saved #1

Closed GraceO77 closed 2 years ago

GraceO77 commented 3 years ago

Firmware uploads ok and AP created. When creating SSID and MQTT settings, they are only saved until the ESP8266 restarts. Eg they are not persistent. Using an ESP12F Any thoughts on why?

GraceO77 commented 3 years ago

For anyone else having this issue where the chip goes into AP mode after power cycle. This seemed to be with the delay of 500ms on the wifi before going into AP mode. Change the delay(500) to delay(1000) seems to have solved the issue.