Fix Mightyboard PIO env (#18098)
This commit is contained in:
parent
fe7452c5cb
commit
7d7f58c3e3
|
@ -86,6 +86,7 @@ board_build.f_cpu = 16000000L
|
|||
lib_deps = ${common.lib_deps}
|
||||
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
||||
upload_speed = 57600
|
||||
|
||||
#
|
||||
# MightyBoard ATmega2560 (MegaCore 100 pin boards variants)
|
||||
|
@ -97,6 +98,9 @@ board_build.f_cpu = 16000000L
|
|||
lib_deps = ${common.lib_deps}
|
||||
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
||||
upload_protocol = wiring
|
||||
upload_speed = 57600
|
||||
board_upload.maximum_size = 253952
|
||||
|
||||
#
|
||||
# RAMBo
|
||||
|
|
Loading…
Reference in a new issue