Skip to content

Commit

Permalink
tools/ci.sh: Use ESP-IDF v4.4-dev to build with v4.4.
Browse files Browse the repository at this point in the history
In the moment, the esp-idf repository does not contain an "v4.4" tag.
  • Loading branch information
karfas authored and twenrich committed Nov 16, 2021
1 parent 5e2fc75 commit f4ed298
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/ci.sh
Expand Up @@ -107,8 +107,7 @@ function ci_esp32_idf402_setup {
}

function ci_esp32_idf44_setup {
# This commit is just before v5.0-dev
ci_esp32_setup_helper 142bb32c50fa9875b8b69fa539a2d59559460d72
ci_esp32_setup_helper v4.4-dev
}

function ci_esp32_build {
Expand Down

0 comments on commit f4ed298

Please sign in to comment.