Browse Source

PIO 4 strict parser fix (1 => chain) (#14586)

pull/1/head
Giuliano Zaro 5 years ago
committed by Scott Lahteine
parent
commit
4a5f135c5d
  1. 8
      platformio.ini

8
platformio.ini

@ -272,7 +272,7 @@ lib_ignore = U8glib-HAL
Adafruit NeoPixel
libf3e
TMC26XStepper
#lib_ldf_mode = 1
#lib_ldf_mode = chain
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
monitor_speed = 250000
@ -296,7 +296,7 @@ lib_ignore =
Adafruit NeoPixel
libf3e
TMC26XStepper
lib_ldf_mode = 1
lib_ldf_mode = chain
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
monitor_speed = 250000
debug_tool = stlink
@ -322,7 +322,7 @@ lib_ignore =
Adafruit NeoPixel
libf3e
TMC26XStepper
#lib_ldf_mode = 1
#lib_ldf_mode = chain
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
monitor_speed = 115200
upload_protocol = stlink
@ -450,7 +450,7 @@ lib_ignore = c1921b4
Adafruit NeoPixel
libf3e
TMC26XStepper
lib_ldf_mode = 1
lib_ldf_mode = chain
monitor_speed = 250000
#

Loading…
Cancel
Save