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 6946385 commit a877bc0Copy full SHA for a877bc0
tools/install-esp-idf.sh
@@ -59,6 +59,7 @@ elif [ "$IDF_COMMIT" ]; then
59
git reset --hard $IDF_COMMIT
60
git submodule update --recursive
61
git rm $IDF_PATH/components/wifi_provisioning/*
62
+ git commit -m "delete leftovers from wifi-provisioning"
63
git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
64
commit_predefined="1"
65
fi
0 commit comments