esp32_https_server icon indicating copy to clipboard operation
esp32_https_server copied to clipboard

How to include html page in a smarter way?

Open mpjmichala opened this issue 3 years ago • 0 comments

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

mpjmichala avatar Nov 14 '22 07:11 mpjmichala