We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb48906 commit 3b24e83Copy full SHA for 3b24e83
1 file changed
docs/wipy/tutorial/reset.rst
@@ -7,8 +7,8 @@ There are soft resets and hard resets.
7
but leaves hardware peripherals unaffected. To do a soft reset, simply press
8
**Ctrl+D** on the REPL, or within a script do::
9
10
- import sys
11
- sys.exit()
+ import sys
+ sys.exit()
12
13
- A hard reset is the same as performing a power cycle to the board. In order to
14
hard reset the WiPy, press the switch on the board or::
0 commit comments