From b0451024f84e97fa6eedd3863c04e789cac0e2d6 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 22 Sep 2024 14:17:47 +0200 Subject: [PATCH] fixes #2039 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index bad56e7d2..0b8ae8d43 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 + https://github.com/emsesp/EMS-ESP-Modules.git@1.0.1 ; ; builds for GitHub Actions CI