Update for 0.1 version of panel - half the buttons don't work yet.

This commit is contained in:
Anna Rose Wiggins 2021-11-13 05:54:46 +00:00
parent 132dc5c462
commit 1ba01f7d4e
2 changed files with 13 additions and 21 deletions

View file

@ -1,5 +1,5 @@
TARGET_BOARD=arduino:avr:nano
COM_PORT=/dev/ttyACM0
TARGET_BOARD=arduino:avr:nano:cpu=atmega328old
COM_PORT=/dev/ttyUSB0
build:
arduino-cli compile -b ${TARGET_BOARD}