WiFiManager serving files from filesystem example
Posted: Mon Feb 05, 2018 5:35 pm
Hi everyone. I am usng this WiFi Manager library : https://github.com/tzapu/WiFiManager/
It's good, but I would vastly prefer to serve my html, css & js from the flash memory.
Can somebody offer an example sketch which serves the in memory pages, from the filesystem instead of the ones in memory?
I have read and tried changing the server to a SPIFFS server(https://github.com/r-downing/SPIFFSReadServer) rather than a ESP8266WebServer, but the result is never stable. Please offer an example of how this can be done.
My current effort is attached to this post.
Please help!
It's good, but I would vastly prefer to serve my html, css & js from the flash memory.
Can somebody offer an example sketch which serves the in memory pages, from the filesystem instead of the ones in memory?
I have read and tried changing the server to a SPIFFS server(https://github.com/r-downing/SPIFFSReadServer) rather than a ESP8266WebServer, but the result is never stable. Please offer an example of how this can be done.
My current effort is attached to this post.
Please help!