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