From 05c09e2f11cbb9d34c6f3694a970e1a24f97d248 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Mon, 28 Oct 2024 22:16:24 +0100 Subject: [PATCH] lib_ldf_mode = deep+ lib_compat_mode = strict --- platformio.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index cb76487b..d28a4837 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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