File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -228,10 +228,16 @@ use esptool.py.
228
228
229
229
*ESP8266LittleFS * is the equivalent tool for LittleFS.
230
230
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
232
233
- Install as above
233
234
- To upload a LittleFS filesystem use Tools > ESP8266 LittleFS Data Upload
234
235
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
+
235
241
236
242
File system object (SPIFFS/LittleFS/SD/SDFS)
237
243
--------------------------------------------
You can’t perform that action at this time.
0 commit comments