mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Added menu item to burn bootloader, associated preferences, and hacked Uploader.java to be more flexible.
This commit is contained in:
@ -283,6 +283,15 @@ serial.parity=N
|
||||
serial.port=COM1
|
||||
serial.download_rate=19200
|
||||
serial.debug_rate=9600
|
||||
serial.burn_rate=115200
|
||||
|
||||
bootloader.low_fuses=0xdf
|
||||
bootloader.high_fuses=0xca
|
||||
bootloader.path=bootloader
|
||||
bootloader.file=ATmegaBOOT.hex
|
||||
bootloader.unlock_bits=0xFF
|
||||
bootloader.lock_bits=0xCF
|
||||
bootloader.programmer=stk500
|
||||
|
||||
# set the build defaults
|
||||
build.mcu=atmega8
|
||||
|
Reference in New Issue
Block a user