s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266
https://valencia.lbsfilm.at/midterm-presentation/
Other
896 stars 166 forks source link

Default values #309

Closed MarksRU closed 1 month ago

MarksRU commented 1 month ago

How to save the changed parameter values for use as default values?

MartinMueller2003 commented 1 month ago

That is an application / user problem. ESPUI only takes parameters at startup.

jberezin commented 1 month ago

I am using arduinojson for that which has examples and is loaded anyway. And load littleFS or use sd

https://arduinojson.org/v6/example/config/