Skip to content

Commit 6946385

Browse files
authored
remove wifi-provisioning from HEAD
1 parent 8402049 commit 6946385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/install-esp-idf.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ elif [ "$IDF_COMMIT" ]; then
5858
git -C "$IDF_PATH" checkout "$IDF_COMMIT"
5959
git reset --hard $IDF_COMMIT
6060
git submodule update --recursive
61+
git rm $IDF_PATH/components/wifi_provisioning/*
6162
git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
6263
commit_predefined="1"
6364
fi

0 commit comments

Comments
 (0)