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.

This commit is contained in:
Anna Rose 2021-11-13 22:09:26 +00:00
parent 1ba01f7d4e
commit 21375fbbcd

View File

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