summaryrefslogtreecommitdiffstatshomepage
path: root/docs/esp8266/tutorial/intro.rst
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-12-15 11:49:22 +1100
committerDamien George <damien@micropython.org>2021-12-15 11:49:22 +1100
commitd9d67adef1113ab18f1bb3c0c6204ccb210a27be (patch)
treec1806e1109c043c89023253472d11909ccec7fa9 /docs/esp8266/tutorial/intro.rst
parent5ca56aaf166c3e7cda178dfe809f8caf599b1dff (diff)
downloadmicropython-d9d67adef1113ab18f1bb3c0c6204ccb210a27be.tar.gz
micropython-d9d67adef1113ab18f1bb3c0c6204ccb210a27be.zip
docs: Remove trailing spaces and convert tabs to spaces.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/esp8266/tutorial/intro.rst')
-rw-r--r--docs/esp8266/tutorial/intro.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/esp8266/tutorial/intro.rst b/docs/esp8266/tutorial/intro.rst
index a5deb3532f..ac46e68b5a 100644
--- a/docs/esp8266/tutorial/intro.rst
+++ b/docs/esp8266/tutorial/intro.rst
@@ -41,8 +41,8 @@ Please refer to the documentation for your board for further details.
Getting the firmware
--------------------
-The first thing you need to do is download the most recent MicroPython firmware
-.bin file to load onto your ESP8266 device. You can download it from the
+The first thing you need to do is download the most recent MicroPython firmware
+.bin file to load onto your ESP8266 device. You can download it from the
`MicroPython downloads page <http://micropython.org/download#esp8266>`_.
From here, you have 3 main choices
@@ -64,7 +64,7 @@ such, only daily builds for 512kb modules are provided.
Deploying the firmware
----------------------
-Once you have the MicroPython firmware (compiled code), you need to load it onto
+Once you have the MicroPython firmware (compiled code), you need to load it onto
your ESP8266 device. There are two main steps to do this: first you
need to put your device in boot-loader mode, and second you need to copy across
the firmware. The exact procedure for these steps is highly dependent on the