File tree 1 file changed +8
-1
lines changed 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -167,11 +167,18 @@ Uploading files to file system
167
167
menu item to *Tools * menu for uploading the contents of sketch data
168
168
directory into ESP8266 flash file system.
169
169
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
171
177
- In your Arduino sketchbook directory, create ``tools `` directory if
172
178
it doesn't exist yet
173
179
- Unpack the tool into ``tools `` directory (the path will look like
174
180
``<home_dir>/Arduino/tools/ESP8266FS/tool/esp8266fs.jar ``)
181
+ If upgrading, overwrite the existing JAR file with the newer version.
175
182
- Restart Arduino IDE
176
183
- Open a sketch (or create a new one and save it)
177
184
- Go to sketch directory (choose Sketch > Show Sketch Folder)
You can’t perform that action at this time.
0 commit comments