Rename panel to be more generic.

This commit is contained in:
2021-11-18 19:07:47 +00:00
parent 21375fbbcd
commit 076d853529
3 changed files with 57 additions and 44 deletions

View 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}