Skip to content

Commit 7550ba1

Browse files
authored
Update install-esp-idf.sh
1 parent 1f77d42 commit 7550ba1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/install-esp-idf.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
7171

7272
# remove code and component(s) not needed/wanted for Tasmota framework solo1
7373
cd $IDF_PATH
74-
rm -rf components/esp-gdbstub
74+
rm -rf components/usb
75+
rm -rf components/esp-gdbstub
7576
rm -rf components/openthread
7677
rm -rf components/espcoredump
7778
rm -rf components/esp_lcd

0 commit comments

Comments
 (0)