mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 07:29:33 +00:00
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}
|
||||
board_f_cpu = 16000000L
|
||||
lib_deps = ${common.lib_deps}
|
||||
monitor_baud = 250000
|
||||
|
||||
#
|
||||
# ATmega1280
|
||||
|
|
Loading…
Reference in a new issue