We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd8dc0 commit 3fe5950Copy full SHA for 3fe5950
setup.bat
@@ -229,6 +229,9 @@ copy /cpython/kbdFeatherWing/lib/* /lib/
229
rename /lib/pydos_ui.py /lib/pydos_ui_uart.py
230
echo copy /lib/pydos_ui_kfw.py /lib/pydos_ui.py
231
copy /lib/pydos_ui_kfw.py /lib/pydos_ui.py
232
+pexec f = open('/autoexec.bat','a')
233
+pexec f.write('\n@rgbset\n')
234
+pexec f.close()
235
rem rename /virtrepl.py /repl.py
236
if %_ans2% == O del /lib/kfw_s2_board.py
237
if %_ans2% == E del /lib/kfw_pico_board.py
0 commit comments