[core] Update ltchiptool to fix realtek-ambz OTA issue

This commit is contained in:
Kuba Szczodrzyński
2022-09-30 18:42:09 +02:00
parent 9c3833d66c
commit 3dc4007fa7
2 changed files with 2 additions and 2 deletions

View File

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