[core] Update ltchiptool to v1.4.0
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user