bump up idf to 5.3.1

This commit is contained in:
hathach
2024-09-27 21:36:47 +07:00
parent 87f1993304
commit 4c81d91a73
4 changed files with 5 additions and 4 deletions

View File

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