lib_ldf_mode = deep+

lib_compat_mode = strict
This commit is contained in:
Mathieu Carbou
2024-10-28 22:16:24 +01:00
parent 96b60370d3
commit 05c09e2f11

View File

@@ -79,8 +79,8 @@ lib_deps =
[env:raspberrypi]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = rpipicow
lib_ldf_mode = chain
lib_compat_mode = soft
lib_ldf_mode = deep+
lib_compat_mode = strict
lib_deps =
bblanchon/ArduinoJson @ 7.2.0
khoih-prog/AsyncTCP_RP2040W @ 1.2.0
@@ -117,8 +117,8 @@ lib_deps =
[env:ci-raspberrypi]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = ${sysenv.PIO_BOARD}
lib_ldf_mode = chain
lib_compat_mode = soft
lib_ldf_mode = deep+
lib_compat_mode = strict
lib_deps =
bblanchon/ArduinoJson @ 7.2.0
khoih-prog/AsyncTCP_RP2040W @ 1.2.0