@@ -115,8 +115,8 @@ Behavior
115115 output is written to ``boot_out.txt ``.
116116- ``code.py `` (or ``main.py ``) is run after every reload until it
117117 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
120120 change includes reduce confusion about pins and memory being used.
121121- After ``code.py `` the REPL can be entered by pressing any key. It no
122122 longer shares state with ``code.py `` so it is a fresh vm.
@@ -131,9 +131,9 @@ Behavior
131131 ``samd.disable_autoreload() ``)
132132- Entering the REPL after the main code is finished requires a key press which enters the REPL and
133133 disables autoreload.
134- - Main is one of these: ``code.txt ``, ** ``code.py`` ** , ``main.py ``,
134+ - Main is one of these: ``code.txt ``, ``code.py ``, ``main.py ``,
135135 ``main.txt ``
136- - Boot is one of these: ``settings.txt ``, ``settings.py ``, ** ``boot.py`` ** ,
136+ - Boot is one of these: ``settings.txt ``, ``settings.py ``, ``boot.py ``,
137137 ``boot.txt ``
138138
139139API
0 commit comments