From 670a5499dd151b21f602a29b95a280285cf0a286 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 29 Sep 2024 16:42:09 +0200 Subject: [PATCH] use EMS-ESP-Modules.git@1.0.2 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 604d2e2e5..45f4bc6ab 100644 --- a/platformio.ini +++ b/platformio.ini @@ -78,7 +78,7 @@ check_flags = clangtidy: --checks=-*,clang-analyzer-*,performance-* lib_ldf_mode = chain+ lib_deps = - https://github.com/emsesp/EMS-ESP-Modules.git@1.0.1 + https://github.com/emsesp/EMS-ESP-Modules.git@1.0.2 ; ; builds for GitHub Actions CI