1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-06 11:53:45 +01:00

Bump LibreTiny

This commit is contained in:
Jonathan Swoboda
2025-06-16 21:40:06 -04:00
parent fa7c42511a
commit b7d543290b

View File

@@ -173,9 +173,9 @@ def _notify_old_style(config):
# The dev and latest branches will be at *least* this version, which is what matters. # The dev and latest branches will be at *least* this version, which is what matters.
ARDUINO_VERSIONS = { ARDUINO_VERSIONS = {
"dev": (cv.Version(1, 7, 0), "https://github.com/libretiny-eu/libretiny.git"), "dev": (cv.Version(1, 9, 1), "https://github.com/libretiny-eu/libretiny.git"),
"latest": (cv.Version(1, 7, 0), "libretiny"), "latest": (cv.Version(1, 9, 1), "libretiny"),
"recommended": (cv.Version(1, 7, 0), None), "recommended": (cv.Version(1, 9, 1), None),
} }