From 67bfbee56758ee56717a4c1360781622971e7a43 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 7 Feb 2026 18:23:59 -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 e69af1c7b5..fcce40ed21 100644 --- a/.clang-tidy.hash +++ b/.clang-tidy.hash @@ -1 +1 @@ -a9e1ff79c83d9d042343eec7ef674929f4ae0c570a8093682da02b66c40ad53c +10a98f1b0a739036f7b698a61ce7e2d25362692b30c2f73e5195cd8310172a67 diff --git a/esphome/components/libretiny/__init__.py b/esphome/components/libretiny/__init__.py index 52dce52c46..e6902967f6 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#974cc76", + "https://github.com/bdraco/libretiny.git#93de794", ), "recommended": ( cv.Version(1, 12, 0), - "https://github.com/bdraco/libretiny.git#974cc76", + "https://github.com/bdraco/libretiny.git#93de794", ), } diff --git a/platformio.ini b/platformio.ini index c4d5265754..20448190a8 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#974cc76 +platform = https://github.com/bdraco/libretiny.git#93de794 framework = arduino lib_compat_mode = soft lib_deps =