Skip to content

Commit cf77eba

Browse files
author
Paul Warren
committed
Document safe mode wait in README.
1 parent d4fb4e8 commit cf77eba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

+3
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ Behavior
136136
- Adds a safe mode that does not run user code after a hard crash or brown out. This makes it
137137
possible to fix code that causes nasty crashes by making it available through mass storage after
138138
the crash. A reset (the button) is needed after it's fixed to get back into normal mode.
139+
- A 1 second delay is added to the boot process during which time the status LED will flash, and
140+
resetting the device or pressing the boot button will force the device into safe mode. This delay
141+
can be removed by a compile time option (``CIRCUITPY_SKIP_SAFE_MODE_WAIT``).
139142
- Safe mode may be handled programmatically by providing a ``safemode.py``.
140143
``safemode.py`` is run if the board has reset due to entering safe mode, unless the safe mode
141144
initiated by the user by pressing button(s).

0 commit comments

Comments
 (0)