[core] Update ltchiptool to fix realtek-ambz OTA issue

This commit is contained in:
Kuba Szczodrzyński
2022-09-30 18:42:09 +02:00
parent 9c3833d66c
commit 3dc4007fa7
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@
},
"tool-ltchiptool": {
"type": "uploader",
"version": "https://github.com/libretuya/ltchiptool#v1.5.4",
"version": "https://github.com/libretuya/ltchiptool#v1.6.0",
"note": "This is used only for C/C++ code from ltchiptool."
},
"tool-openocd": {

View File

@@ -23,7 +23,7 @@ def check_ltchiptool():
import ltchiptool
importlib.reload(ltchiptool)
if Version(ltchiptool.get_version()) < Version("1.5.4"):
if Version(ltchiptool.get_version()) < Version("1.6.0"):
raise ImportError("Version too old")