LoRa-Workshop/micropython/misc/upload_notes.txt

12 lines
172 B
Plaintext
Raw Normal View History

2019-11-30 20:04:25 +00:00
Upload a file:
--------------
ampy --port /dev/ttyUSB0 put main.py
Run a file:
-----------
ampy --port /dev/ttyUSB0 run main.py
REPL:
-----
picocom /dev/ttyUSB0 -b115200