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 27b2732 commit 0192c6aCopy full SHA for 0192c6a
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