prampec / IotWebConf

ESP8266/ESP32 non-blocking WiFi/AP web configuration Arduino library
MIT License
523 stars 140 forks source link

Error Config size: 811 Wrong config version. Applying defaults. #278

Open jortega11 opened 9 months ago

jortega11 commented 9 months ago

I had and old project implemented in an ESP32 board with the website working perfectly fine and now I wanted to use the same website I had in my new project based on an ESP8266 that is using the IoT platform ThingsBoard.

When I got the code for the website and used it in my new project, it compiles fine but I get this error in the Serial Monitor.

Config size: 811
Wrong config version. Applying defaults.  

What could be making this error?