From 21375fbbcd9695870aa7b04b7f0dab284d02265c Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Sat, 13 Nov 2021 22:09:26 +0000 Subject: [PATCH] Guess we have to use an Uno for this, since the nano - or at least the nano clone I have - doesn't support USB reprogramming. --- sc-panel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc-panel/Makefile b/sc-panel/Makefile index 46b5b63..d1058d4 100644 --- a/sc-panel/Makefile +++ b/sc-panel/Makefile @@ -1,5 +1,5 @@ -TARGET_BOARD=arduino:avr:nano:cpu=atmega328old -COM_PORT=/dev/ttyUSB0 +TARGET_BOARD=arduino:avr:uno +COM_PORT=/dev/ttyACM0 build: arduino-cli compile -b ${TARGET_BOARD}