File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ upload: $(BUILD)/$(TARGET).hex
7070/usr/bin/avrdude -v -V -p $(MCU) -D -c wiring -b 115200 -P $(PORT) -U flash:w:$<:i
7171
7272ispload: $(BUILD)/$(TARGET).hex
73- /usr/bin/avrdude -v -p atmega2560 -c usbasp -b 115200 -e -U lock:w:0x3F:m -U efuse:w:0xFD:m -U hfuse:w:0xD9 :m -U lfuse:w:0xFF :m
73+ /usr/bin/avrdude -v -p atmega2560 -c usbasp -b 115200 -e -U lock:w:0x3F:m -U efuse:w:0xFD:m -U hfuse:w:0xD1 :m -U lfuse:w:0xBF :m
7474/usr/bin/avrdude -v -p $(MCU) -D -c usbasp -b 115200 -U flash:w:$<:i
7575
7676bootloader:
77- /usr/bin/avrdude -v -p atmega2560 -c usbasp -b 115200 -e -U lock:w:0x3F:m -U efuse:w:0xFD:m -U hfuse:w:0xD8 :m -U lfuse:w:0xFF :m
77+ /usr/bin/avrdude -v -p atmega2560 -c usbasp -b 115200 -e -U lock:w:0x3F:m -U efuse:w:0xFD:m -U hfuse:w:0xD0 :m -U lfuse:w:0xBF :m
7878/usr/bin/avrdude -v -p atmega2560 -c usbasp -b 115200 -U flash:w:/usr/share/arduino/hardware/arduino/avr/bootloaders//stk500v2/stk500boot_v2_mega2560.hex:i
7979
8080
You can’t perform that action at this time.
0 commit comments