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 4cc7d8a commit e3b371bCopy full SHA for e3b371b
tools/install-esp-idf.sh
@@ -60,7 +60,8 @@ elif [ "$IDF_COMMIT" ]; then
60
git reset --hard $IDF_COMMIT
61
git submodule update --recursive
62
git rm -r $IDF_PATH/components/wifi_provisioning
63
- git commit -m "delete leftovers from wifi-provisioning"
+ git rm -r $IDF_PATH/components/spiffs
64
+ git commit -m "delete components SPIFFS and wifi-provisioning"
65
git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
66
commit_predefined="1"
67
fi
0 commit comments