Skip to content

Commit 64e4bae

Browse files
committed
tools/ci.sh: Use a specific ESP IDF v4.4 commit.
There is no release of IDF v4.4 yet but master is now on v5.0-dev so a specific commit must be chosen to stick to v4.4. Signed-off-by: Damien George <[email protected]>
1 parent 9f6604e commit 64e4bae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/ci.sh

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

109109
function ci_esp32_idf44_setup {
110-
ci_esp32_setup_helper master
110+
# This commit is just before v5.0-dev
111+
ci_esp32_setup_helper 142bb32c50fa9875b8b69fa539a2d59559460d72
111112
}
112113

113114
function ci_esp32_build {

0 commit comments

Comments
 (0)