mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
Modify Uno "lock" bits in boards.txt to make bootloader readable by
sketches. Part of http://code.google.com/p/arduino/issues/detail?id=554
(cherry picked from commit 39a496616f
)
This commit is contained in:
parent
a57d315e4b
commit
61e4d16675
@ -10,7 +10,7 @@ uno.bootloader.extended_fuses=0x05
|
||||
uno.bootloader.path=optiboot
|
||||
uno.bootloader.file=optiboot_atmega328.hex
|
||||
uno.bootloader.unlock_bits=0x3F
|
||||
uno.bootloader.lock_bits=0x0F
|
||||
uno.bootloader.lock_bits=0x2F
|
||||
uno.build.mcu=atmega328p
|
||||
uno.build.f_cpu=16000000L
|
||||
uno.build.core=arduino
|
||||
|
Loading…
Reference in New Issue
Block a user