Skip to content

Commit 90ea0ba

Browse files
Merge branch 'master' into littlefs
2 parents d7fe68d + 1c6e762 commit 90ea0ba

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/filesystem.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,18 @@ Uploading files to file system
167167
menu item to *Tools* menu for uploading the contents of sketch data
168168
directory into ESP8266 flash file system.
169169

170-
- Download the tool: https://github.com/esp8266/arduino-esp8266fs-plugin/releases/download/0.3.0/ESP8266FS-0.3.0.zip.
170+
**Warning**: Due to the move from the obsolete esptool-ck.exe to the
171+
supported esptool.py upload tool, upgraders from pre 2.5.1 will need to
172+
update the ESP8266FS tool referenced below to 0.4.0 or later. Prior versions
173+
will fail with a "esptool not found" error because they don't know how to
174+
use esptool.py.
175+
176+
- Download the tool: https://github.com/esp8266/arduino-esp8266fs-plugin/releases/download/0.4.0/ESP8266FS-0.4.0.zip
171177
- In your Arduino sketchbook directory, create ``tools`` directory if
172178
it doesn't exist yet
173179
- Unpack the tool into ``tools`` directory (the path will look like
174180
``<home_dir>/Arduino/tools/ESP8266FS/tool/esp8266fs.jar``)
181+
If upgrading, overwrite the existing JAR file with the newer version.
175182
- Restart Arduino IDE
176183
- Open a sketch (or create a new one and save it)
177184
- Go to sketch directory (choose Sketch > Show Sketch Folder)

0 commit comments

Comments
 (0)