diff options
author | Angus Gratton <angus@redyak.com.au> | 2024-10-03 09:42:13 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-11-19 10:57:53 +1100 |
commit | a23277e3b0400b6b5ca6ce3d88e3a38859754a4e (patch) | |
tree | 9c4b6dea08093c3ffc7e1ea09dda73bbc4c7e36d /docs/esp32/tutorial/intro.rst | |
parent | 9361a9f50af1e0b657eed270df6556ec253ddaeb (diff) |
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.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/esp32/tutorial/intro.rst b/docs/esp32/tutorial/intro.rst index be0959987..cf4d0bcbd 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 ---------------------- |