From 40590d174fe7f02cbd0aca9722c101ccb29a0df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Szczodrzy=C5=84ski?= Date: Fri, 19 Sep 2025 22:39:47 +0200 Subject: [PATCH] [core] Update ltchiptool to v4.12.2 --- builder/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/main.py b/builder/main.py index a73e5a6..96b7da1 100644 --- a/builder/main.py +++ b/builder/main.py @@ -18,7 +18,7 @@ platform: PlatformBase = env.PioPlatform() board: PlatformBoardConfig = env.BoardConfig() python_deps = { - "ltchiptool": ">=4.12.0,<5.0", + "ltchiptool": ">=4.12.2,<5.0", } env.SConscript("python-venv.py", exports="env") env.ConfigurePythonVenv()