nailbuster / myWebServerAsync

myWebServer Async library for esp8266 arduino ide
GNU Lesser General Public License v2.1
11 stars 6 forks source link

htmlEmbedBig.h source? #2

Open JimPos opened 6 years ago

JimPos commented 6 years ago

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.

nailbuster commented 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....