[beken-72xx] Update ltchiptool to fix corrupted output binaries

This commit is contained in:
Kuba Szczodrzyński
2022-08-17 22:40:56 +02:00
parent c45b86c993
commit 593dec5e88

View File

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