Skip to content

Commit 1e757d6

Browse files
authored
remove not needed comments
1 parent 064c5d5 commit 1e757d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/install-esp-idf.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
7878
cd -
7979
fi
8080

81+
# remove not needed components
82+
rm -rf "$IDF_PATH/components/wifi_provisioning"
83+
rm -rf "$IDF_PATH/components/spiffs"
84+
8185
#
8286
# SETUP ESP-IDF ENV
8387
#

0 commit comments

Comments
 (0)