Open happytm opened 10 months ago
Yes it could be possible, you need a web server setup locally on the same network as the ESP32 to serve the assets of the web application. However, currently the URL to get the assets are hardcoded in the library. I will consider it for a future release as well as instructions on how to do it. I need to do some testing to see how it could work out.
However, serving the assets from the ESP32 itself is not possible, the assets are too large, right now they are at 26MB.
OK. understood. Thanks.
I would like to see a compile-time option to select the board resources and host the (lower-resolution?) resources for that particular device inside the ESP32 filesystem.
Thank you for sharing this great project.
Is it possible to host all web files locally on ESP32 itself instead of Github so it does not require internet connection?
Thanks.