You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only non-general (non-reusable) part of WebServer was the device reboot after the submitted configuration had been stored.
Removed this from the WebServer and added it (via a function reference call) to Basecamp.
Added a reset function, which clears all interface elements such that new elemets can be added at will.
The reset function can be used if the web server should be reconfigured during runtime. But it might not work yet.
// Remark: The server should be stopped before any changes to the interface elements are done to avoid inconsistent results if a request comes in at that very moment.
37
+
// However, ESPAsyncWebServer does not support any kind of end() function or something like that in the moment.
0 commit comments