mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Bump LibreTiny recommended version to 1.7.0 (#7432)
This commit is contained in:
parent
7abbb0fb97
commit
7b90bfaec6
1 changed files with 1 additions and 3 deletions
|
@ -170,13 +170,11 @@ def _notify_old_style(config):
|
||||||
return config
|
return config
|
||||||
|
|
||||||
|
|
||||||
# NOTE: Keep this in mind when updating the recommended version:
|
|
||||||
# * For all constants below, update platformio.ini (in this repo)
|
|
||||||
# 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, 7, 0), "https://github.com/libretiny-eu/libretiny.git"),
|
||||||
"latest": (cv.Version(1, 7, 0), "libretiny"),
|
"latest": (cv.Version(1, 7, 0), "libretiny"),
|
||||||
"recommended": (cv.Version(1, 5, 1), None),
|
"recommended": (cv.Version(1, 7, 0), None),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue