Pim Rutgers
Pim Rutgers
Cool! I would like to add a feature if possible. Can we add, for ESP8226 (and higher?) an option to upload the data folder to SPIFFS. Data folder needs to...
I think having access to both is nice, building the FS can take some time, and you don't want to do that always if you flash multiple NodeMCU for example.
Yeah, it uses `char` for most of it, as it needs it to read longer lines. You can convert it to `int` for the labels you know that will be...
So did you ever figure this out? I have a problem with the OTA sketch example where the message to clear the update is not send (so from the ESP8266),...
That works! Thanks, although the syntax is really hard to read I must say.