earlephilhower / arduino-esp8266littlefs-plugin

Plugin to upload LittleFS filesystems to ESP8266
GNU General Public License v2.0
120 stars 20 forks source link

Plugin tool not compatible with Arduino IDE 2.x #25

Closed ramanvda closed 1 year ago

ramanvda commented 1 year ago

Hello,

It's apparently a limitation from Arduino IDE 2.x

Source : https://forum.arduino.cc/t/tool-menu-esp8266-littlefs-filesystem-uploader-not-displaying/1037055/3

Unfortunately the "ESP8266 LittleFS Filesystem Uploader" tool is not compatible with Arduino IDE 2.x:

github.com/arduino/arduino-ide Missing support for external tools / plugins 19 opened 11:42PM - 12 Feb 21 UTC szerwi szerwi topic: code type: imperfection criticality: high Describe the solution you'd like I would like to propose support for extern If you have a GitHub 2 account, you can subscribe to that issue to get notifications of any new developments related to this subject.

For now, if you require this tool then you should use Arduino IDE 1.8.19. The download links for Arduino IDE 1.8.19 are available here:

https://www.arduino.cc/en/software#legacy-ide-18x 92

You can have both Arduino IDE 1.x and 2.x installed at the same time, so if you like Arduino IDE 2.x, you can use that version normally, then switch over to 1.8.19 only when you have need to use "ESP8266 LittleFS Filesystem Uploader" or a similar Java-based tool.

Regards

Delitants commented 1 year ago

What is the problem to fix this?

earlephilhower commented 1 year ago

See the linked IDE issue. It's out of our hands here.