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/reference/reset_boot.rst | |
parent | 9361a9f50af1e0b657eed270df6556ec253ddaeb (diff) | |
download | micropython-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/reference/reset_boot.rst')
-rw-r--r-- | docs/reference/reset_boot.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/reset_boot.rst b/docs/reference/reset_boot.rst index f6307c08cd..4772d02dd1 100644 --- a/docs/reference/reset_boot.rst +++ b/docs/reference/reset_boot.rst @@ -244,6 +244,7 @@ two processes: The specific process(es) are different on each port: - :doc:`pyboard and stm32 port instructions </pyboard/tutorial/reset>` +- :doc:`esp32 port instructions </esp32/tutorial/reset>` - :doc:`renesas-ra port instructions </renesas-ra/tutorial/reset>` - :doc:`rp2 port instructions </rp2/tutorial/reset>` - :doc:`wipy port instructions </wipy/tutorial/reset>` |