11 lines
201 B
Plaintext
Executable File
11 lines
201 B
Plaintext
Executable File
#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 |