mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 15:08:10 +01:00
Bump LibreTiny version to 1.4.0 (#5375)
This commit is contained in:
parent
b107948c47
commit
892d2ce34f
1 changed files with 2 additions and 2 deletions
|
@ -168,9 +168,9 @@ 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)
|
||||
ARDUINO_VERSIONS = {
|
||||
"dev": (cv.Version(0, 0, 0), "https://github.com/kuba2k2/libretiny.git"),
|
||||
"dev": (cv.Version(0, 0, 0), "https://github.com/libretiny-eu/libretiny.git"),
|
||||
"latest": (cv.Version(0, 0, 0), None),
|
||||
"recommended": (cv.Version(1, 3, 0), None),
|
||||
"recommended": (cv.Version(1, 4, 0), None),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue