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 23f9de0 commit 4cc7d8aCopy full SHA for 4cc7d8a
tools/install-esp-idf.sh
@@ -52,6 +52,7 @@ if [ "$IDF_TAG" ]; then
52
git -C "$IDF_PATH" checkout "tags/$IDF_TAG"
53
idf_was_installed="1"
54
elif [ "$IDF_COMMIT" ]; then
55
+ cd $IDF_PATH
56
git remote add cherrypick https://github.com/$IDF_REPO.git
57
git fetch cherrypick release/v5.3
58
echo "Checkout commit $IDF_COMMIT from branch $IDF_BRANCH"
0 commit comments