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!