[core] Update ltchiptool to v1.4.0

This commit is contained in:
Kuba Szczodrzyński
2022-08-06 13:06:44 +02:00
parent b03400fac2
commit 41b37e9c24
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@
},
"tool-ltchiptool": {
"type": "uploader",
"version": "https://github.com/libretuya/ltchiptool#v1.2.1",
"version": "https://github.com/libretuya/ltchiptool#v1.4.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.3.1"):
if Version(ltchiptool.get_version()) < Version("1.4.0"):
raise ImportError("Version too old")