File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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
236242File system object (SPIFFS/LittleFS/SD/SDFS)
237243--------------------------------------------
You can’t perform that action at this time.
0 commit comments