mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 11:47:30 +01:00
[libretiny] Report version 1.7.0 for 'dev' and 'latest' (#7415)
This commit is contained in:
parent
32995a352b
commit
7a93dde5d4
@ -172,9 +172,10 @@ def _notify_old_style(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.
|
||||
ARDUINO_VERSIONS = {
|
||||
"dev": (cv.Version(0, 0, 0), "https://github.com/libretiny-eu/libretiny.git"),
|
||||
"latest": (cv.Version(0, 0, 0), None),
|
||||
"dev": (cv.Version(1, 7, 0), "https://github.com/libretiny-eu/libretiny.git"),
|
||||
"latest": (cv.Version(1, 7, 0), "libretiny"),
|
||||
"recommended": (cv.Version(1, 5, 1), None),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user