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 a5737e6 commit b9c8e60Copy full SHA for b9c8e60
tools/install-esp-idf.sh
@@ -56,7 +56,8 @@ 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 d3354f2c65368f716dee48ed8bccf33372bf1c5e
+ git cherry-pick ba5bd152f144cfc847b46e594f500f39d6ffacc5
60
+ git cherry-pick 1bdacdf3520b9cd3ca1620ff581888919368c6a5
61
commit_predefined="1"
62
fi
63
0 commit comments