docs/wipy: Fix formatting indentation.
This commit is contained in:
parent
bb489066e8
commit
3b24e83731
|
@ -7,8 +7,8 @@ There are soft resets and hard resets.
|
||||||
but leaves hardware peripherals unaffected. To do a soft reset, simply press
|
but leaves hardware peripherals unaffected. To do a soft reset, simply press
|
||||||
**Ctrl+D** on the REPL, or within a script do::
|
**Ctrl+D** on the REPL, or within a script do::
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
- A hard reset is the same as performing a power cycle to the board. In order to
|
- A hard reset is the same as performing a power cycle to the board. In order to
|
||||||
hard reset the WiPy, press the switch on the board or::
|
hard reset the WiPy, press the switch on the board or::
|
||||||
|
|
Loading…
Reference in New Issue