Best Way to Serve HTML/Javascript
Posted: Mon Jan 01, 2024 8:37 pm
I am working on a project that involves an ESP32-C3 that utilizes wifi functionality to serve a HTML/Javascript page. However, what is the best way to store the HTML/Javascript/CSS pages on the ESP32-C3? I have read that SPIFFS can aide with this, however, I don't have an external EPROM for the filesystem to be placed on to.
Is it possible to have the HTML/Javascript/CSS pages read by the compiler, and then placed into the memory available on the ESP32-C3? If so, can you assist me with some good indicators for me to learn some more on this topic?
Thanks,
Dustin LaRoche
Is it possible to have the HTML/Javascript/CSS pages read by the compiler, and then placed into the memory available on the ESP32-C3? If so, can you assist me with some good indicators for me to learn some more on this topic?
Thanks,
Dustin LaRoche