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 Jesse Hills
parent 0a1ed58454
commit b30bab8c1b
5 changed files with 87 additions and 6 deletions
+1 -1
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),
}