[core] Force updating ltchiptool to fix linking problems

This commit is contained in:
Kuba Szczodrzyński
2022-08-06 17:07:17 +02:00
parent 10c5945afb
commit bb73fb5f55

View File

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