Skip to content

Commit 44ed1e7

Browse files
committed
Tidy up esp8266 doc
1 parent b6322c0 commit 44ed1e7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

platforms/espressif8266_extra.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

490489
To 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``).

0 commit comments

Comments
 (0)