Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7486021

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
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)