8 lines
178 B
Markdown
8 lines
178 B
Markdown
### copy sources on the device
|
|
|
|
mpremote connect port:rfc2217://localhost:4000 cp -r app :
|
|
|
|
### run the main function
|
|
|
|
mpremote connect port:rfc2217://localhost:4000 run main.py
|