From 1b1efc5d498a4b0f8ffebcfbb49923ffadf81d20 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 7 Feb 2026 18:28:28 -0600 Subject: [PATCH] revert this after https://github.com/libretiny-eu/libretiny/pull/361 --- .clang-tidy.hash | 2 +- esphome/components/libretiny/__init__.py | 4 ++-- platformio.ini | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.clang-tidy.hash b/.clang-tidy.hash index fcce40ed21..e3c1f2e30b 100644 --- a/.clang-tidy.hash +++ b/.clang-tidy.hash @@ -1 +1 @@ -10a98f1b0a739036f7b698a61ce7e2d25362692b30c2f73e5195cd8310172a67 +bb17a9237b701c18a0ec885a709409305d2b777e9d4a3cf49b2e71e2144b3fe0 diff --git a/esphome/components/libretiny/__init__.py b/esphome/components/libretiny/__init__.py index e6902967f6..5ae1118fa2 100644 --- a/esphome/components/libretiny/__init__.py +++ b/esphome/components/libretiny/__init__.py @@ -197,11 +197,11 @@ ARDUINO_VERSIONS = { "dev": (cv.Version(1, 12, 0), "https://github.com/libretiny-eu/libretiny.git"), "latest": ( cv.Version(1, 12, 0), - "https://github.com/bdraco/libretiny.git#93de794", + "https://github.com/bdraco/libretiny.git#7f52d41", ), "recommended": ( cv.Version(1, 12, 0), - "https://github.com/bdraco/libretiny.git#93de794", + "https://github.com/bdraco/libretiny.git#7f52d41", ), } diff --git a/platformio.ini b/platformio.ini index 20448190a8..349bdc4341 100644 --- a/platformio.ini +++ b/platformio.ini @@ -214,7 +214,7 @@ build_unflags = [common:libretiny-arduino] extends = common:arduino # 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#93de794 +platform = https://github.com/bdraco/libretiny.git#7f52d41 framework = arduino lib_compat_mode = soft lib_deps =