We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b40a5c commit a5737e6Copy full SHA for a5737e6
tools/install-esp-idf.sh
@@ -52,7 +52,10 @@ if [ "$IDF_TAG" ]; then
52
git -C "$IDF_PATH" checkout "tags/$IDF_TAG"
53
idf_was_installed="1"
54
elif [ "$IDF_COMMIT" ]; then
55
+ echo "Checkout commit $IDF_COMMIT from branch $IDF_BRANCH"
56
git -C "$IDF_PATH" checkout "$IDF_COMMIT"
57
+ git switch -c work
58
+ git submodule update --recursive
59
git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
60
commit_predefined="1"
61
fi
0 commit comments