Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rohitssj opened this issue Mar 28, 2023 · 5 comments
Open

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

rohitssj opened this issue Mar 28, 2023 · 5 comments

Comments

@rohitssj
Copy link

No description provided.

@lesleylemmens
Copy link

same problem here. maybe a to new ide?

@saiaravind19
Copy link

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
Copy link

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
Copy link

FlorianHeigl commented Oct 2, 2023

this is the upstream issue: arduino/arduino-ide#58

tl;dr

  • plugin framework has completely changed. vscode integration improves, java plugins are not grandfathered in.
  • all old gui integrated tools aren't working, but expressif will help fix it
  • spiffs is deprecated, too, one ought to use one of the two newer libraries (littlefs and fat)
  • there is a littlefs plugin https://github.com/earlephilhower/arduino-esp8266littlefs-plugin which also has a gui for arduino >=2. It could be a starting point.

@earlephilhower
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants