We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4249e commit 0ba49d7Copy full SHA for 0ba49d7
README.rst
@@ -125,7 +125,7 @@ Behavior
125
get back into normal mode.
126
- RGB status LED indicating CircuitPython state, and errors through a sequence of colored flashes.
127
- Re-runs ``code.py`` or other main file after file system writes over USB mass storage. (Disable with
128
- ``samd.disable_autoreload()``)
+ ``supervisor.disable_autoreload()``)
129
- Entering the REPL after the main code is finished requires a key press which enters the REPL and
130
disables autoreload.
131
- Main is one of these: ``code.txt``, ``code.py``, ``main.py``,
0 commit comments