Skip to content

Commit 72d4c51

Browse files
authored
switch off update-components.sh
disable download of TinyUSB
1 parent d5ec43f commit 72d4c51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ rm -rf dependencies.lock
9999

100100
if [ $SKIP_ENV -eq 0 ]; then
101101
echo "* Installing/Updating ESP-IDF and all components..."
102-
# update components from git
103-
./tools/update-components.sh
104-
if [ $? -ne 0 ]; then exit 1; fi
102+
# # update components from git
103+
# ./tools/update-components.sh
104+
# if [ $? -ne 0 ]; then exit 1; fi
105105

106106
# install arduino component
107107
./tools/install-arduino.sh

0 commit comments

Comments
 (0)