diff options
| author | Dan Halbert <halbert@halwitz.org> | 2021-01-25 23:20:37 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2021-01-25 23:20:37 -0500 |
| commit | 0ba49d7303ef40abc73d281d1cfe867a6db3a748 (patch) | |
| tree | 3a7a0db0dc8832ff8dc5e817ca2ec812d86fae8a /README.rst | |
| parent | 5b4249e365f620f7732ff2079fe345eda5074cbf (diff) | |
typo; thanks @Neradoc
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 19992d284..f14cf41ff 100644 --- a/README.rst +++ b/README.rst @@ -125,7 +125,7 @@ Behavior get back into normal mode. - RGB status LED indicating CircuitPython state, and errors through a sequence of colored flashes. - Re-runs ``code.py`` or other main file after file system writes over USB mass storage. (Disable with - ``samd.disable_autoreload()``) + ``supervisor.disable_autoreload()``) - Entering the REPL after the main code is finished requires a key press which enters the REPL and disables autoreload. - Main is one of these: ``code.txt``, ``code.py``, ``main.py``, |
