From 64e4bae129263278f72a6c3494f1e67c7895fcdd Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 25 Oct 2021 16:38:25 +1100 Subject: [PATCH] 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 --- tools/ci.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/ci.sh b/tools/ci.sh index 407ea0457..f9b90b968 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -107,7 +107,8 @@ function ci_esp32_idf402_setup { } function ci_esp32_idf44_setup { - ci_esp32_setup_helper master + # This commit is just before v5.0-dev + ci_esp32_setup_helper 142bb32c50fa9875b8b69fa539a2d59559460d72 } function ci_esp32_build {