Skip to content

Commit 61e4d16

Browse files
WestfWdamellis
authored andcommitted
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 39a4966)
1 parent a57d315 commit 61e4d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/arduino/boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ uno.bootloader.extended_fuses=0x05
1010
uno.bootloader.path=optiboot
1111
uno.bootloader.file=optiboot_atmega328.hex
1212
uno.bootloader.unlock_bits=0x3F
13-
uno.bootloader.lock_bits=0x0F
13+
uno.bootloader.lock_bits=0x2F
1414
uno.build.mcu=atmega328p
1515
uno.build.f_cpu=16000000L
1616
uno.build.core=arduino

0 commit comments

Comments
 (0)