From f071fd842b51bea0649def6dfbd25ca6222a15b6 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 16 Nov 2024 14:45:00 +0100 Subject: [PATCH] Modules 1.0.3 with ArduinoJson 7.2.1 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 7c69ef39c..900e136ca 100644 --- a/platformio.ini +++ b/platformio.ini @@ -81,7 +81,7 @@ check_flags = clangtidy: --checks=-*,clang-analyzer-*,performance-* lib_ldf_mode = chain+ lib_deps = - https://github.com/emsesp/EMS-ESP-Modules.git@1.0.2 + https://github.com/emsesp/EMS-ESP-Modules.git@1.0.3 ; ; builds for GitHub Actions CI