mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2024-12-25 07:29:41 -05:00
7 lines
133 B
Makefile
7 lines
133 B
Makefile
|
|
firmware:
|
|
arduino-cli compile --fqbn unsignedio:avr:rnode
|
|
|
|
upload:
|
|
arduino-cli upload -p /dev/ttyUSB0 --fqbn unsignedio:avr:rnode
|