I see an example using spiffs to load up html and ccs from ESP32 to web page using the ESPasyncwebserver library.
Do you have any equivalent code example for use with webserver.h library?
I am running Arduino project inside Visual Studio with Visual GDB and cannot include a reference for the ESPasyncwebserver but can get webserver. h site running but would like to write standard html code into index file instead of all the text and escapre characters being done inline.
Hi.
We don’t have any examples using the webserver.h library.
We have many tutorials that use separate HTML files loaded into SPIFFS using the ESPAsyncWebServer.
We also have examples of how to upload files to SPIFFS using VS Code.
And you can use ESPAsyncWebServer on VS Code.
I never used Visual GBD. What does exactly Visual GBD do?
Regards,
Sara