We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631c412 commit 07202f6Copy full SHA for 07202f6
build.sh
@@ -99,9 +99,9 @@ rm -rf dependencies.lock
99
100
if [ $SKIP_ENV -eq 0 ]; then
101
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
+# # update components from git
+# ./tools/update-components.sh
+# if [ $? -ne 0 ]; then exit 1; fi
105
106
# install arduino component
107
./tools/install-arduino.sh
0 commit comments