mirror of
https://github.com/esphome/esphome.git
synced 2025-07-28 14:16:40 +00:00
Bump LibreTiny recommended version to 1.9.1 (#9110)
This commit is contained in:
parent
738ad8e9d3
commit
b08bd0c24a
@ -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),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user