From 593dec5e8801e90d6e103b76fcbb3eff2b36b0b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Szczodrzy=C5=84ski?= Date: Wed, 17 Aug 2022 22:40:56 +0200 Subject: [PATCH] [beken-72xx] Update ltchiptool to fix corrupted output binaries --- platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.py b/platform.py index 31e15cf..1d07e58 100644 --- a/platform.py +++ b/platform.py @@ -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")