Merge pull request #10493 from tannewt/env_restart_reload
Add restart/reload note about env variables
This commit is contained in:
commit
3512e66891
1 changed files with 4 additions and 2 deletions
|
|
@ -53,8 +53,10 @@ Details of the toml language subset
|
||||||
CircuitPython behavior
|
CircuitPython behavior
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
CircuitPython will also read the environment to configure its behavior. Other
|
CircuitPython will also read the environment to configure its behavior. Some keys are read at
|
||||||
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.
|
||||||
|
Here are the keys it uses:
|
||||||
|
|
||||||
Core CircuitPython keys
|
Core CircuitPython keys
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue