Skip to content

Commit f4ed298

Browse files
karfastwenrich
authored andcommitted
tools/ci.sh: Use ESP-IDF v4.4-dev to build with v4.4.
In the moment, the esp-idf repository does not contain an "v4.4" tag.
1 parent 5e2fc75 commit f4ed298

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/ci.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ function ci_esp32_idf402_setup {
107107
}
108108

109109
function ci_esp32_idf44_setup {
110-
# This commit is just before v5.0-dev
111-
ci_esp32_setup_helper 142bb32c50fa9875b8b69fa539a2d59559460d72
110+
ci_esp32_setup_helper v4.4-dev
112111
}
113112

114113
function ci_esp32_build {

0 commit comments

Comments
 (0)