Skip to content

Commit 7ec01bb

Browse files
committed
Add restart/reload note about env variables
Fixes #10450
1 parent 804e444 commit 7ec01bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/environment.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ 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. If a reload doesn't change things, then try a restart.
58+
Other keys are ignored by CircuitPython. Here are the keys it uses:
5859

5960
Core CircuitPython keys
6061
^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)