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 b028adf commit bb161c8Copy full SHA for bb161c8
tools/install-esp-idf.sh
@@ -56,8 +56,7 @@ elif [ "$IDF_COMMIT" ]; then
56
git -C "$IDF_PATH" checkout "$IDF_COMMIT"
57
git switch -c work
58
git submodule update --recursive
59
- git cherry-pick ba5bd152f144cfc847b46e594f500f39d6ffacc5
60
- git cherry-pick 1bdacdf3520b9cd3ca1620ff581888919368c6a5
+ git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
61
commit_predefined="1"
62
fi
63
0 commit comments