1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-18 07:52:14 +01:00

fix extended fuse bits for ethernet board

Forgot to fix ethernet board in previous commit
This commit is contained in:
Adrien Descamps 2016-07-31 11:21:50 +02:00 committed by Cristian Maglie
parent a899b9e1a8
commit a700af1b4d

View File

@ -491,7 +491,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