mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2024-07-02 14:34:13 +02: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
|