diff --git a/.clang-tidy.hash b/.clang-tidy.hash index 0a272d21ba6..009f9db388f 100644 --- a/.clang-tidy.hash +++ b/.clang-tidy.hash @@ -1 +1 @@ -15dc295268b2dcf75942f42759b3ddec64eba89f75525698eb39c95a7f4b14ce +d565b0589e35e692b5f2fc0c14723a99595b4828a3a3ef96c442e86a23176c00 diff --git a/esphome/components/libretiny/__init__.py b/esphome/components/libretiny/__init__.py index 503ec7e1675..553179beec7 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, 9, 2), "https://github.com/libretiny-eu/libretiny.git"), - "latest": (cv.Version(1, 9, 2), "libretiny"), - "recommended": (cv.Version(1, 9, 2), 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 e9a588e4fd0..9de72cd6224 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.9.2 +platform = https://github.com/libretiny-eu/libretiny.git#v1.11.0 framework = arduino lib_compat_mode = soft lib_deps =