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
Add additional web server builtin commands. currently we only have the following ...
/scan
/heap
/reload
/edit (pulled in from ESPAsyncWebServer's SPIFFSEditor.cpp)
at very least we should have commands for manipulating the configuration file from the web interface ...
explore uses for the ESPAsyncWebServer's template and arduinoJson response methods ... instead of just static files ... thinker with the possible ways of interfacing the web server and JavaScript VM together ... for a simple example ... provide JavaScript functions to be able to set variables that would be processed by the web server templates .... or provide a way to map a web server builtin command to call JavaScript functions ... and a way for JavaScript to create web server builtin commands ...
The text was updated successfully, but these errors were encountered:
Add additional web server builtin commands. currently we only have the following ...
at very least we should have commands for manipulating the configuration file from the web interface ...
explore uses for the ESPAsyncWebServer's template and arduinoJson response methods ... instead of just static files ... thinker with the possible ways of interfacing the web server and JavaScript VM together ... for a simple example ... provide JavaScript functions to be able to set variables that would be processed by the web server templates .... or provide a way to map a web server builtin command to call JavaScript functions ... and a way for JavaScript to create web server builtin commands ...
The text was updated successfully, but these errors were encountered: