fancypants flash target
Mockband / build (push) Failing after 9s Details

This commit is contained in:
Neale Pickett 2024-01-05 09:10:28 -07:00
parent efc67e9fe5
commit 9f0c0711a8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ build/MockBand.%.hex: MockBand.ino
flash-%: build/MockBand.%.hex
while [ ! -e $(DEVICE) ]; do echo Waiting for $(DEVICE)...; sleep 1; done
echo -n "Waiting for $(DEVICE)..."; while [ ! -e $(DEVICE) ]; do echo -n .; sleep 1; done
avrdude -v -patmega32u4 -cavr109 -P$(DEVICE) -b57600 -D -Uflash:w:$<:i
dist: build/MockBand.zip