From b9845195467c71a79da22c775cc22ff4d06e3cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Szczodrzy=C5=84ski?= Date: Fri, 28 Apr 2023 14:18:51 +0200 Subject: [PATCH] [core] Update ltchiptool to fix PlatformIO publishing --- platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.py b/platform.py index 82ac785..8c7e7f3 100644 --- a/platform.py +++ b/platform.py @@ -17,7 +17,7 @@ from platformio.platform.base import PlatformBase from platformio.platform.board import PlatformBoardConfig from semantic_version import SimpleSpec, Version -LTCHIPTOOL_VERSION = "^4.0.0" +LTCHIPTOOL_VERSION = "^4.0.1" # Install & import tools