Browse Source

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

Giuliano Zaro 5 years ago
parent
commit
4a5f135c5d
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      platformio.ini

+ 4
- 4
platformio.ini View File

@@ -272,7 +272,7 @@ lib_ignore    = U8glib-HAL
272 272
   Adafruit NeoPixel
273 273
   libf3e
274 274
   TMC26XStepper
275
-#lib_ldf_mode  = 1
275
+#lib_ldf_mode  = chain
276 276
 src_filter    = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
277 277
 monitor_speed = 250000
278 278
 
@@ -296,7 +296,7 @@ lib_ignore    =
296 296
   Adafruit NeoPixel
297 297
   libf3e
298 298
   TMC26XStepper
299
-lib_ldf_mode  = 1
299
+lib_ldf_mode  = chain
300 300
 src_filter    = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
301 301
 monitor_speed = 250000
302 302
 debug_tool    = stlink
@@ -322,7 +322,7 @@ lib_ignore    =
322 322
   Adafruit NeoPixel
323 323
   libf3e
324 324
   TMC26XStepper
325
-#lib_ldf_mode  = 1
325
+#lib_ldf_mode  = chain
326 326
 src_filter    = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
327 327
 monitor_speed = 115200
328 328
 upload_protocol = stlink
@@ -450,7 +450,7 @@ lib_ignore    = c1921b4
450 450
   Adafruit NeoPixel
451 451
   libf3e
452 452
   TMC26XStepper
453
-lib_ldf_mode  = 1
453
+lib_ldf_mode  = chain
454 454
 monitor_speed = 250000
455 455
 
456 456
 #

Loading…
Cancel
Save