diff options
author | Cristian Maglie <c.maglie@bug.st> | 2013-11-03 13:50:40 +0100 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2013-11-03 13:52:08 +0100 |
commit | 24dc51bfde72f82022c130bd5c2b03c0c2998e20 (patch) | |
tree | 4472994592a61ecb77200f8504f500de0c895a9d /boards.txt | |
parent | 85018c2f47ca13d22db96e718e05f2a4cec31056 (diff) |
Added Arduino Ethernet variant.
Fixes #925
Diffstat (limited to 'boards.txt')
-rw-r--r-- | boards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -265,7 +265,7 @@ ethernet.bootloader.file=optiboot_atmega328.hex ethernet.bootloader.unlock_bits=0x3F ethernet.bootloader.lock_bits=0x0F -ethernet.build.variant=standard +ethernet.build.variant=ethernet ethernet.build.mcu=atmega328p ethernet.build.f_cpu=16000000L ethernet.build.core=arduino |