Skip to content

Commit e3b371b

Browse files
authored
Update install-esp-idf.sh
1 parent 4cc7d8a commit e3b371b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/install-esp-idf.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ elif [ "$IDF_COMMIT" ]; then
6060
git reset --hard $IDF_COMMIT
6161
git submodule update --recursive
6262
git rm -r $IDF_PATH/components/wifi_provisioning
63-
git commit -m "delete leftovers from wifi-provisioning"
63+
git rm -r $IDF_PATH/components/spiffs
64+
git commit -m "delete components SPIFFS and wifi-provisioning"
6465
git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
6566
commit_predefined="1"
6667
fi

0 commit comments

Comments
 (0)