1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-17 23:35:47 +00:00

LibreTiny: enable MQTT, bump to v1.4.1 (#5419)

This commit is contained in:
Kuba Szczodrzyński
2023-09-26 23:23:21 +02:00
committed by GitHub
parent 607d0b4264
commit 2f7a378c7b
5 changed files with 87 additions and 6 deletions

View File

@@ -170,7 +170,7 @@ def _notify_old_style(config):
ARDUINO_VERSIONS = {
"dev": (cv.Version(0, 0, 0), "https://github.com/libretiny-eu/libretiny.git"),
"latest": (cv.Version(0, 0, 0), None),
"recommended": (cv.Version(1, 4, 0), None),
"recommended": (cv.Version(1, 4, 1), None),
}