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 7ec01bb commit a7ebe3bCopy full SHA for a7ebe3b
docs/environment.rst
@@ -54,8 +54,9 @@ CircuitPython behavior
54
----------------------
55
56
CircuitPython will also read the environment to configure its behavior. Some keys are read at
57
-startup once and others are read on reload. If a reload doesn't change things, then try a restart.
58
-Other keys are ignored by CircuitPython. Here are the keys it uses:
+startup once and others are read on reload (ctrl-D in the REPL). If a reload doesn't change things,
+then try a reset (a power cycle or pressing the reset button). Other keys are ignored by CircuitPython.
59
+Here are the keys it uses:
60
61
Core CircuitPython keys
62
^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments