Rename panel to be more generic.
This commit is contained in:
parent
21375fbbcd
commit
076d853529
3 changed files with 57 additions and 44 deletions
8
flight-panel-2021-11/Makefile
Normal file
8
flight-panel-2021-11/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
TARGET_BOARD=arduino:avr:uno
|
||||
COM_PORT=/dev/ttyACM0
|
||||
|
||||
build:
|
||||
arduino-cli compile -b ${TARGET_BOARD}
|
||||
|
||||
upload:
|
||||
arduino-cli upload -b ${TARGET_BOARD} -p ${COM_PORT}
|
Loading…
Add table
Add a link
Reference in a new issue