Skip to content

Commit 3512e66

Browse files
authored
Merge pull request #10493 from tannewt/env_restart_reload
Add restart/reload note about env variables
2 parents e815e40 + a7ebe3b commit 3512e66

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/environment.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ Details of the toml language subset
5353
CircuitPython behavior
5454
----------------------
5555

56-
CircuitPython will also read the environment to configure its behavior. Other
57-
keys are ignored by CircuitPython. Here are the keys it uses:
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 (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:
5860

5961
Core CircuitPython keys
6062
^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)