Skip to content

Commit

Permalink
Fix Mightyboard PIO env (MarlinFirmware#18098)
Browse files Browse the repository at this point in the history
  • Loading branch information
grauerfuchs authored and Alexander Yasnogor committed Aug 7, 2020
1 parent 7a0f55a commit 663199b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 663199b

Please sign in to comment.