Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix extended fuse bits for ethernet board
Forgot to fix ethernet board in previous commit
  • Loading branch information
descampsa authored Jul 31, 2016
commit cb4c269663e26e0ae0e8f4a0168e418495b6affb
2 changes: 1 addition & 1 deletion hardware/arduino/avr/boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ ethernet.upload.speed=115200
ethernet.bootloader.tool=avrdude
ethernet.bootloader.low_fuses=0xff
ethernet.bootloader.high_fuses=0xde
ethernet.bootloader.extended_fuses=0x05
ethernet.bootloader.extended_fuses=0xFD
ethernet.bootloader.file=optiboot/optiboot_atmega328.hex
ethernet.bootloader.unlock_bits=0x3F
ethernet.bootloader.lock_bits=0x0F
Expand Down