bump up esp-idf to v5.4

This commit is contained in:
hathach 2025-03-20 12:46:33 +07:00
parent c2924c51fc
commit 35c5113ef9
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ commands:
name: Build
command: |
if [ << parameters.toolchain >> == esp-idf ]; then
docker run --rm -v $PWD:/project -w /project espressif/idf:v5.3.2 python tools/build.py << parameters.family >>
docker run --rm -v $PWD:/project -w /project espressif/idf:v5.4 python tools/build.py << parameters.family >>
else
# Toolchain option default is gcc
if [ << parameters.toolchain >> == arm-clang ]; then

View File

@ -7,7 +7,7 @@ inputs:
toolchain_version:
description: 'Toolchain version'
required: false
default: 'v5.3.2'
default: 'v5.4'
runs:
using: "composite"