Skip to content

Commit c755771

Browse files
Minor FS documentation change from #2904 (#6563)
* Minor FS documentation change from #2904 Trivial addition to filesystem upload documentation. Supercedes #2904 which cannot merge due to file renames and massive changes to the filesystem.rst file since it was pushed. * Fix periods on the steps, they are complete sentences
1 parent 4f2cc1c commit c755771

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

doc/filesystem.rst

+8-6
Original file line numberDiff line numberDiff line change
@@ -175,16 +175,18 @@ use esptool.py.
175175

176176
- Download the tool: https://github.com/esp8266/arduino-esp8266fs-plugin/releases/download/0.4.0/ESP8266FS-0.4.0.zip
177177
- In your Arduino sketchbook directory, create ``tools`` directory if
178-
it doesn't exist yet
178+
it doesn't exist yet.
179179
- Unpack the tool into ``tools`` directory (the path will look like
180180
``<home_dir>/Arduino/tools/ESP8266FS/tool/esp8266fs.jar``)
181181
If upgrading, overwrite the existing JAR file with the newer version.
182-
- Restart Arduino IDE
183-
- Open a sketch (or create a new one and save it)
184-
- Go to sketch directory (choose Sketch > Show Sketch Folder)
182+
- Restart Arduino IDE.
183+
- Open a sketch (or create a new one and save it).
184+
- Go to sketch directory (choose Sketch > Show Sketch Folder).
185185
- Create a directory named ``data`` and any files you want in the file
186-
system there
187-
- Make sure you have selected a board, port, and closed Serial Monitor
186+
system there.
187+
- Make sure you have selected a board, port, and closed Serial Monitor.
188+
- If your board requires you to press a button (or other action) to enter
189+
bootload mode for flashing a sketch, do that now.
188190
- Select Tools > ESP8266 Sketch Data Upload. This should start
189191
uploading the files into ESP8266 flash file system. When done, IDE
190192
status bar will display ``SPIFFS Image Uploaded`` message.

0 commit comments

Comments
 (0)