From 3deea03ff551256bdcd0096ee149096a7db7f9da Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 7 Feb 2026 18:19:08 -0600 Subject: [PATCH] revert this after https://github.com/libretiny-eu/libretiny/pull/361 --- .clang-tidy.hash | 2 +- esphome/components/libretiny/__init__.py | 5 +++-- platformio.ini | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.clang-tidy.hash b/.clang-tidy.hash index 7d324db07b..e69af1c7b5 100644 --- a/.clang-tidy.hash +++ b/.clang-tidy.hash @@ -1 +1 @@ -65089c03a5fa1ee23c52d3a0898f533044788b79a9be625133bcd4fa9837e6f9 +a9e1ff79c83d9d042343eec7ef674929f4ae0c570a8093682da02b66c40ad53c diff --git a/esphome/components/libretiny/__init__.py b/esphome/components/libretiny/__init__.py index 0f8520a019..52dce52c46 100644 --- a/esphome/components/libretiny/__init__.py +++ b/esphome/components/libretiny/__init__.py @@ -192,15 +192,16 @@ def _notify_old_style(config): # The dev and latest branches will be at *least* this version, which is what matters. # Use GitHub releases directly to avoid PlatformIO moderation delays. +# TODO: Revert to v1.12.0 tag once https://github.com/libretiny-eu/libretiny/pull/361 is released ARDUINO_VERSIONS = { "dev": (cv.Version(1, 12, 0), "https://github.com/libretiny-eu/libretiny.git"), "latest": ( cv.Version(1, 12, 0), - "https://github.com/libretiny-eu/libretiny.git#v1.12.0", + "https://github.com/bdraco/libretiny.git#974cc76", ), "recommended": ( cv.Version(1, 12, 0), - "https://github.com/libretiny-eu/libretiny.git#v1.12.0", + "https://github.com/bdraco/libretiny.git#974cc76", ), } diff --git a/platformio.ini b/platformio.ini index 081fecbb8e..c4d5265754 100644 --- a/platformio.ini +++ b/platformio.ini @@ -213,7 +213,8 @@ build_unflags = ; This are common settings for the LibreTiny (all variants) using Arduino. [common:libretiny-arduino] extends = common:arduino -platform = https://github.com/libretiny-eu/libretiny.git#v1.12.0 +# TODO: Revert to v1.12.0 tag once https://github.com/libretiny-eu/libretiny/pull/361 is released +platform = https://github.com/bdraco/libretiny.git#974cc76 framework = arduino lib_compat_mode = soft lib_deps =