GoDotMad

Results 4 comments of GoDotMad

for me I removed the SPIFFS.begin() function because otherwise I can't make a global instance of the class

I was using platformio and was trying the millis aray example but couldn't compile because you can't call SPIFFS.begin() outside of a function

alsto you are including the wrong header in the beginning of Espflash.h instead of #include it should be #include

after I fixed this two issues I continued using the library and it is working great