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:
committed by
GitHub
parent
607d0b4264
commit
2f7a378c7b
@@ -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),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user