Skip to content

Commit a877bc0

Browse files
authored
Update install-esp-idf.sh
1 parent 6946385 commit a877bc0

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
@@ -59,6 +59,7 @@ elif [ "$IDF_COMMIT" ]; then
5959
git reset --hard $IDF_COMMIT
6060
git submodule update --recursive
6161
git rm $IDF_PATH/components/wifi_provisioning/*
62+
git commit -m "delete leftovers from wifi-provisioning"
6263
git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
6364
commit_predefined="1"
6465
fi

0 commit comments

Comments
 (0)