PlatformIO default baud rate for Mega2560
This commit is contained in:
parent
aef23c9637
commit
c8b2fbd91e
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ board = megaatmega2560
|
||||||
build_flags = ${common.build_flags}
|
build_flags = ${common.build_flags}
|
||||||
board_f_cpu = 16000000L
|
board_f_cpu = 16000000L
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
|
monitor_baud = 250000
|
||||||
|
|
||||||
#
|
#
|
||||||
# ATmega1280
|
# ATmega1280
|
||||||
|
|
Loading…
Reference in a new issue