Skip to content

Commit a700af1

Browse files
descampsacmaglie
authored andcommitted
fix extended fuse bits for ethernet board
Forgot to fix ethernet board in previous commit
1 parent a899b9e commit a700af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/arduino/avr/boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ ethernet.upload.speed=115200
491491
ethernet.bootloader.tool=avrdude
492492
ethernet.bootloader.low_fuses=0xff
493493
ethernet.bootloader.high_fuses=0xde
494-
ethernet.bootloader.extended_fuses=0x05
494+
ethernet.bootloader.extended_fuses=0xFD
495495
ethernet.bootloader.file=optiboot/optiboot_atmega328.hex
496496
ethernet.bootloader.unlock_bits=0x3F
497497
ethernet.bootloader.lock_bits=0x0F

0 commit comments

Comments
 (0)