Skip to content

Commit 1662248

Browse files
Add link to IDE 2.x LittleFS upload tool (#8998)
1 parent 7f2deb1 commit 1662248

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: doc/filesystem.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,16 @@ use esptool.py.
228228

229229
*ESP8266LittleFS* is the equivalent tool for LittleFS.
230230

231-
- Download the 2.6.0 or later version of the tool: https://github.com/earlephilhower/arduino-esp8266littlefs-plugin/releases
231+
For Arduino IDE 1.x:
232+
- Download the latest plugin from: https://github.com/earlephilhower/arduino-esp8266littlefs-plugin/releases
232233
- Install as above
233234
- To upload a LittleFS filesystem use Tools > ESP8266 LittleFS Data Upload
234235

236+
For Arduino IDE 2.x:
237+
- Download the latest plugin from: https://github.com/earlephilhower/arduino-littlefs-upload/releases
238+
- Follow the manual installation instructions in: https://github.com/earlephilhower/arduino-littlefs-upload/blob/main/README.md
239+
- To upload a LittleFS filesystem use `Ctrl`+`Shift`+`P` and then select the `Upload LittleFS to Pico/ESP8266` item
240+
235241

236242
File system object (SPIFFS/LittleFS/SD/SDFS)
237243
--------------------------------------------

0 commit comments

Comments
 (0)