From 8500421d97ff6e37c5ce6305dd9b7a0edec3af8a Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Fri, 10 Apr 2026 13:22:55 +0200 Subject: [PATCH] ci/platforms/darwin.sh: bump Espressif esptool - Bump Espressif esptool 5.2.0 #18696 Signed-off-by: simbit18 --- tools/ci/platforms/darwin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/platforms/darwin.sh b/tools/ci/platforms/darwin.sh index 250eb2fb126..db548f682a3 100755 --- a/tools/ci/platforms/darwin.sh +++ b/tools/ci/platforms/darwin.sh @@ -278,7 +278,7 @@ python_tools() { construct \ cvt2utf \ cxxfilt \ - esptool==4.8.dev4 \ + esptool==5.2.0 \ imgtool==1.9.0 \ kconfiglib \ pexpect==4.8.0 \