This commit is contained in:
Олег Бородин
2024-08-21 08:21:40 +02:00
parent 8b5617655e
commit 0fd9e7da7e

View File

@@ -54,9 +54,6 @@ upload: $(MAIN_HEX)
download: download:
$(AVRDUDE) -F -V -c arduino -p m328p -P $(TTY_PORT) -b $(TTY_SPEED) -U flash:r:$(BACKUP):i $(AVRDUDE) -F -V -c arduino -p m328p -P $(TTY_PORT) -b $(TTY_SPEED) -U flash:r:$(BACKUP):i
# $(AVRDUDE) -F -V -c arduino -p ATMEGA328P -P $(TTY_PORT) -b $(TTY_SPEED) -U flash:r:$(BACKUP):i
#avrdude -P /dev/ttyUSB0 -b 115200 -p m328p -c arduino -U flash:w:MicroPA50+_BETA1.5.hex:i
clean: clean:
rm -f *.i *.o *.s rm -f *.i *.o *.s