Some days ago I was asking for a library that is
- a WiFi-manager: scan for WiFi-networks choose one and store WiFi-credentials
combined with user-options.
user @cotestatnt pointed to his library esp-fs-webserver.h
This library is pretty good. But
Now I want to go a step further. As this is already an interactive webserver for
WiFi-managing
OTA-updates
configuring user-options
I would like to have some kind of a dashboard that shows actual values and enables to change parameters not only on booting but on runtime in general
go to ESP-website enter a new value. Value is transferred not only to a file but also transferred into the corresponding variable which means update the variable at runtime.
And show actual values and update the values if they change. For example measured temperature etc.
This would give a full functional website to configure and examine options and variable-content
The ideal thing for me would be a library that hides away all the html-stuff.
Just pure c++-function-calls to configure and setup the website.
Of course this will be on cost of a fixed design. But for me it has to be only functional not fancy styled
Does somebody know such a library?
best regards Stefan