Skip to content

Commit 07202f6

Browse files
authored
disable update-components.sh
switch off clone of tinyUSB
1 parent 631c412 commit 07202f6

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)