esp32_https_server
esp32_https_server copied to clipboard
How to include html page in a smarter way?
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