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:
parent
1ba01f7d4e
commit
21375fbbcd
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user