reworked most of the code to be simpler, albeit also less powerful

This commit is contained in:
janik
2021-08-21 12:09:58 +02:00
commit 5cb6815159
9 changed files with 426 additions and 0 deletions

11
deploy.rsh Executable file
View File

@ -0,0 +1,11 @@
#call with rshell -f deploy.rsh
connect serial /dev/ttyUSB0
echo Mirroring code
rsync -m src /pyboard
echo Done. Resetting now
repl ~ import machine ~ machine.reset() ~
shell minicom usb0