We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a877bc0 commit 23f9de0Copy full SHA for 23f9de0
tools/install-esp-idf.sh
@@ -58,7 +58,7 @@ elif [ "$IDF_COMMIT" ]; then
58
git -C "$IDF_PATH" checkout "$IDF_COMMIT"
59
git reset --hard $IDF_COMMIT
60
git submodule update --recursive
61
- git rm $IDF_PATH/components/wifi_provisioning/*
+ git rm -r $IDF_PATH/components/wifi_provisioning
62
git commit -m "delete leftovers from wifi-provisioning"
63
git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
64
commit_predefined="1"
0 commit comments