diff --git a/.clang-tidy.hash b/.clang-tidy.hash index 0a71b6859f..9661c2ca02 100644 --- a/.clang-tidy.hash +++ b/.clang-tidy.hash @@ -1 +1 @@ -191a0e6ab5842d153dd77a2023bc5742f9d4333c334de8d81b57f2b8d4d4b65e +d272a88e8ca28ae9340a9a03295a566432a52cb696501908f57764475bf7ca65 diff --git a/esphome/components/libretiny/__init__.py b/esphome/components/libretiny/__init__.py index 93b66888da..4c8a1999f9 100644 --- a/esphome/components/libretiny/__init__.py +++ b/esphome/components/libretiny/__init__.py @@ -174,9 +174,9 @@ def _notify_old_style(config): # The dev and latest branches will be at *least* this version, which is what matters. ARDUINO_VERSIONS = { - "dev": (cv.Version(1, 9, 1), "https://github.com/libretiny-eu/libretiny.git"), - "latest": (cv.Version(1, 9, 1), "libretiny"), - "recommended": (cv.Version(1, 9, 1), None), + "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), } diff --git a/platformio.ini b/platformio.ini index d96e9ad2cc..4180971b54 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.1 +platform = libretiny@1.9.2 framework = arduino lib_compat_mode = soft lib_deps =