Skip to content

Commit bb161c8

Browse files
authored
cherry pick from Tasmota 5.3 branch
1 parent b028adf commit bb161c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/install-esp-idf.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ 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 ba5bd152f144cfc847b46e594f500f39d6ffacc5
60-
git cherry-pick 1bdacdf3520b9cd3ca1620ff581888919368c6a5
59+
git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
6160
commit_predefined="1"
6261
fi
6362

0 commit comments

Comments
 (0)