summaryrefslogtreecommitdiffstatshomepage
path: root/docs/esp32/tutorial/intro.rst
diff options
context:
space:
mode:
authorAngus Gratton <angus@redyak.com.au>2024-10-03 09:42:13 +1000
committerDamien George <damien@micropython.org>2024-11-19 10:57:53 +1100
commita23277e3b0400b6b5ca6ce3d88e3a38859754a4e (patch)
tree9c4b6dea08093c3ffc7e1ea09dda73bbc4c7e36d /docs/esp32/tutorial/intro.rst
parent9361a9f50af1e0b657eed270df6556ec253ddaeb (diff)
downloadmicropython-a23277e3b0400b6b5ca6ce3d88e3a38859754a4e.tar.gz
micropython-a23277e3b0400b6b5ca6ce3d88e3a38859754a4e.zip
docs/esp32: Add a factory reset page.
This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'docs/esp32/tutorial/intro.rst')
-rw-r--r--docs/esp32/tutorial/intro.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/esp32/tutorial/intro.rst b/docs/esp32/tutorial/intro.rst
index be09599871..cf4d0bcbd2 100644
--- a/docs/esp32/tutorial/intro.rst
+++ b/docs/esp32/tutorial/intro.rst
@@ -50,6 +50,8 @@ features, there are daily builds. If your board has SPIRAM support you can
use either the standard firmware or the firmware with SPIRAM support, and in
the latter case you will have access to more RAM for Python objects.
+.. _esp32_flashing:
+
Deploying the firmware
----------------------