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 @@ -114,14 +114,14 @@ Behavior
114
114
finishes or is interrupted. After it is done running, the vm and
115
115
hardware is reinitialized. **This means you cannot read state from **
116
116
``code.py `` **in the REPL anymore. ** CircuitPython's goal for this
117
- change includes reduce confusion about pins and memory being used.
117
+ change includes reducing confusion about pins and memory being used.
118
118
- After ``code.py `` the REPL can be entered by pressing any key. It no
119
119
longer shares state with ``code.py `` so it is a fresh vm.
120
120
- Autoreload state will be maintained across reload.
121
121
- Adds a safe mode that does not run user code after a hard crash or
122
122
brown out. The hope is that this will make it easier to fix code that
123
123
causes nasty crashes by making it available through mass storage
124
- after the crash. A reset (the button) is needed after its fixed to
124
+ after the crash. A reset (the button) is needed after it's fixed to
125
125
get back into normal mode.
126
126
- RGB status LED indicating CircuitPython state, and errors through a sequence of colored flashes.
127
127
- Re-runs ``code.py `` or other main file after file system writes over USB mass storage. (Disable with
You can’t perform that action at this time.
0 commit comments