File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ Behavior
115
115
output is written to ``boot_out.txt ``.
116
116
- ``code.py `` (or ``main.py ``) is run after every reload until it
117
117
finishes or is interrupted. After it is done running, the vm and
118
- hardware is reinitialized. **This means you cannot read state from
119
- ``code.py`` in the REPL anymore. ** CircuitPython's goal for this
118
+ hardware is reinitialized. **This means you cannot read state from **
119
+ ``code.py `` ** in the REPL anymore. ** CircuitPython's goal for this
120
120
change includes reduce confusion about pins and memory being used.
121
121
- After ``code.py `` the REPL can be entered by pressing any key. It no
122
122
longer shares state with ``code.py `` so it is a fresh vm.
You can’t perform that action at this time.
0 commit comments