mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2024-10-01 03:15:39 -04: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
|