diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index b0a1022c3b..03b6bf59ae 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -116,7 +116,7 @@ function ci_cc3200_build { # ports/esp32 # GitHub tag of ESP-IDF to use for CI (note: must be a tag or a branch) -IDF_VER=v5.0.4 +IDF_VER=v5.2.2 export IDF_CCACHE_ENABLE=1 |