File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -478,14 +478,13 @@ Uploading files to Filesystem
478478 Please make sure to read `ESP8266 Flash layout <https://arduino-esp8266.readthedocs.io/en/latest/filesystem.html#flash-layout >`_
479479 information first.
480480
481- 1. Create new project using :ref: `pioide ` or initialize project using
481+ 1. Create a new project using :ref: `pioide ` or initialize project using
482482 :ref: `piocore ` and :ref: `cmd_project_init ` (if you have not initialized it yet)
483- 2. Create ``data `` folder (it should be on the same level as ``src `` folder)
484- and put files here . Also, you can specify own location for
483+ 2. Create the ``data `` folder (it should be on the same level as the ``src `` folder)
484+ and put files there . Also, you can specify your own location for
485485 :ref: `projectconf_pio_data_dir `
486- 3. Run "Upload File System image" task in :ref: `pioide ` or use :ref: `piocore `
487- and :option: `pio run --target ` command with ``uploadfs `` target.
488-
486+ 3. Run the "Upload File System image" task in :ref: `pioide ` or use :ref: `piocore `
487+ and the :option: `pio run --target ` command with the ``uploadfs `` target.
489488
490489To upload file system image using OTA update please specify ``upload_port `` /
491490``--upload-port `` as IP address or mDNS host name (ending with the ``*.local ``).
You can’t perform that action at this time.
0 commit comments