esp8266 / arduino-esp8266fs-plugin

Arduino plugin for uploading files to ESP8266 file system
GNU General Public License v2.0
708 stars 214 forks source link

the esp8266fs file isn't showing up in the tools option #96

Open rohitssj opened 1 year ago

lesleylemmens commented 1 year ago

same problem here. maybe a to new ide?

saiaravind19 commented 1 year ago

Same here I found out that latest release V 0.5.0 is compatible with Arduino IDE version 1.8.5 any later versions the plugin is not working. Try using the versions mentioned above

FlorianHeigl commented 1 year ago

Sam here, definitely compatibility issue with the new IDE version. installing the older one makes no sense, rather gonna have to move to another SPI driver. currently our wedding pics aren't showing after I just wanted to update the Wifi PSK. so this is sadz. I hope I can get SPIFFS access without wiping

FlorianHeigl commented 1 year ago

this is the upstream issue: https://github.com/arduino/arduino-ide/issues/58

tl;dr

earlephilhower commented 1 year ago

Actually, for LittleFS uploads this is the proper IDE 2.x link: https://github.com/earlephilhower/arduino-littlefs-upload . It's compatible with the Raspberry Pi Pico and the ESP8266.

I did not make a SPIFFS uploader for 2.x, since SPIFFS is deprecated, but you're free to fork the littlefs IDE 2.x plug in and do the needful (very straightforward).