Skip to content

Commit b9c8e60

Browse files
authored
another cherry pick try
1 parent a5737e6 commit b9c8e60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/install-esp-idf.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ elif [ "$IDF_COMMIT" ]; then
5656
git -C "$IDF_PATH" checkout "$IDF_COMMIT"
5757
git switch -c work
5858
git submodule update --recursive
59-
git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
59+
git cherry-pick ba5bd152f144cfc847b46e594f500f39d6ffacc5
60+
git cherry-pick 1bdacdf3520b9cd3ca1620ff581888919368c6a5
6061
commit_predefined="1"
6162
fi
6263

0 commit comments

Comments
 (0)