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.
2 parents e815e40 + a7ebe3b commit 3512e66Copy full SHA for 3512e66
docs/environment.rst
@@ -53,8 +53,10 @@ Details of the toml language subset
53
CircuitPython behavior
54
----------------------
55
56
-CircuitPython will also read the environment to configure its behavior. Other
57
-keys are ignored by CircuitPython. Here are the keys it uses:
+CircuitPython will also read the environment to configure its behavior. Some keys are read at
+startup once and others are read on reload (ctrl-D in the REPL). If a reload doesn't change things,
58
+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