Skip to content

Commit 39a4966

Browse files
committed
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
1 parent e81c112 commit 39a4966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/arduino/boards.txt

+1-1
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)