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
Describe Your Goal
In project examples there is an easy printf way to write html code to library, line by line...
Like this:
res->println("");
But when it comes to real html pages (with css and js), is there a way to include those file so the server can use them?
Or what will be the smartest way to include self written html+css+js to the server?
ESP32 Module
Please provide specifications of your module
ESP32-WROOM-32E
Software (please complete the following information if applicable)
IDE and Version: PlatformIO IDE 2.5.5
OS: Windows 10
The text was updated successfully, but these errors were encountered:
Describe Your Goal
In project examples there is an easy printf way to write html code to library, line by line...
Like this:
res->println("");
But when it comes to real html pages (with css and js), is there a way to include those file so the server can use them?
Or what will be the smartest way to include self written html+css+js to the server?
ESP32 Module
Please provide specifications of your module
Software (please complete the following information if applicable)
The text was updated successfully, but these errors were encountered: