update esp-idf to 5.3.2

This commit is contained in:
hathach
2025-01-16 11:32:13 +07:00
parent 880aae4be2
commit 2109b801d4
4 changed files with 10 additions and 8 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.1 python tools/build.py << parameters.family >>
docker run --rm -v $PWD:/project -w /project espressif/idf:v5.3.2 python tools/build.py << parameters.family >>
else
# Toolchain option default is gcc
if [ << parameters.toolchain >> == arm-clang ]; then