Browse Source

Add TMCStepper libs to lib_ignore for Melzi (#14322)

pull/1/head
InsanityAutomation 5 years ago
committed by Scott Lahteine
parent
commit
39c0c2aebe
  1. 2
      platformio.ini

2
platformio.ini

@ -198,6 +198,7 @@ board = sanguino_atmega1284p
build_flags = ${common.build_flags}
upload_speed = 57600
lib_deps = ${common.lib_deps}
lib_ignore = TMCStepper, TMC26XStepper
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
monitor_speed = 250000
@ -211,6 +212,7 @@ board = sanguino_atmega1284p
build_flags = ${common.build_flags}
upload_speed = 115200
lib_deps = ${common.lib_deps}
lib_ignore = TMCStepper, TMC26XStepper
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
monitor_speed = 250000

Loading…
Cancel
Save