Description
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