mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-05 13:16:13 +03:00
Changing default microcontroller to atmega168 from atemga8.
This commit is contained in:
@@ -295,7 +295,7 @@ bootloader.lock_bits=0xCF
|
||||
bootloader.programmer=stk500
|
||||
|
||||
# set the build defaults
|
||||
build.mcu=atmega8
|
||||
build.mcu=atmega168
|
||||
build.f_cpu=16000000L
|
||||
build.extension=c
|
||||
build.target=arduino
|
||||
|
Reference in New Issue
Block a user