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
417 stars 113 forks source link

config values reverts to previous value after a few successful saves and restart ESP8266 #96

Closed cychrn closed 3 years ago

cychrn commented 3 years ago

I found an issue about the configManager when i try to save the second time, it reverts to previous value after restart

this is how to reproduce the issue

  1. Erase flash
  2. Upload code
  3. save Wifi credential
  4. go to config page and change any config and hit the save button
  5. restart
  6. go to config page and see the config value is changed normally
  7. loop 4-6 for 4 more times
  8. you will see that the config cannot be saved anymore...

is there anything i did wrong? or the memory is full? please advise...

maakbaas commented 3 years ago

I just tried this for 10 times, and I can't reproduce it. More details would be needed :).