Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit e29e2e9

Browse files
authored
Add lib_ldf_mode = chain+ in platformio.ini
1. Add `lib_ldf_mode = chain+` in `platformio.ini`
1 parent df638a9 commit e29e2e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platformio/platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ upload_speed = 921600
2828

2929
; Checks for the compatibility with frameworks and dev/platforms
3030
lib_compat_mode = strict
31+
lib_ldf_mode = chain+
32+
;lib_ldf_mode = deep+
3133

3234
lib_deps =
3335
; PlatformIO 4.x

0 commit comments

Comments
 (0)