mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2024-12-25 23:49:22 -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
|