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/index.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/index.rst')
-rw-r--r-- | docs/esp32/tutorial/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/esp32/tutorial/index.rst b/docs/esp32/tutorial/index.rst index c6242d731..2435f2ecd 100644 --- a/docs/esp32/tutorial/index.rst +++ b/docs/esp32/tutorial/index.rst @@ -21,3 +21,4 @@ to `<https://www.python.org>`__. intro.rst pwm.rst peripheral_access.rst + reset.rst |