diff --git a/.clang-tidy.hash b/.clang-tidy.hash index f59d683d3a..55239f961c 100644 --- a/.clang-tidy.hash +++ b/.clang-tidy.hash @@ -1 +1 @@ -d445cd2edd41f7c6915b66491a06fcc6680fe348ac8e65c42256eb20c78f700c +a172e2f65981e98354cc6b5ecf69bdb055dd13602226042ab2c7acd037a2bf41 diff --git a/esphome/components/libretiny/__init__.py b/esphome/components/libretiny/__init__.py index 6fb321d07f..553179beec 100644 --- a/esphome/components/libretiny/__init__.py +++ b/esphome/components/libretiny/__init__.py @@ -191,10 +191,17 @@ 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. ARDUINO_VERSIONS = { - "dev": (cv.Version(1, 10, 0), "https://github.com/libretiny-eu/libretiny.git"), - "latest": (cv.Version(1, 10, 0), "libretiny"), - "recommended": (cv.Version(1, 10, 0), None), + "dev": (cv.Version(1, 11, 0), "https://github.com/libretiny-eu/libretiny.git"), + "latest": ( + cv.Version(1, 11, 0), + "https://github.com/libretiny-eu/libretiny.git#v1.11.0", + ), + "recommended": ( + cv.Version(1, 11, 0), + "https://github.com/libretiny-eu/libretiny.git#v1.11.0", + ), } diff --git a/platformio.ini b/platformio.ini index 1495a6dfc9..accc40ecf2 100644 --- a/platformio.ini +++ b/platformio.ini @@ -212,7 +212,7 @@ build_unflags = ; This are common settings for the LibreTiny (all variants) using Arduino. [common:libretiny-arduino] extends = common:arduino -platform = libretiny@1.10.0 +platform = https://github.com/libretiny-eu/libretiny.git#v1.11.0 framework = arduino lib_compat_mode = soft lib_deps =