Open JimPos opened 6 years ago
that is the source. what I mean is that I just used a util to convert a file to C so that it would embed with the program. that way you don't need to include 'extra' files.
on startup those arrays are written to disk. So the source if you look at an esp8266 spiffs you will see those arrays written as disk files in the root of spiffs.
hopefully that makes sense....
Trying to convert this to run on ESP32. htmlEmbedBig.h doesn't seem to load properly into ESP32 SPIFFS. If I had the original source I could try to figure out what the problem is.