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 2f43f4a commit b8290b3Copy full SHA for b8290b3
build.sh
@@ -82,11 +82,7 @@ mkdir -p dist
82
rm -rf dependencies.lock
83
84
if [ $SKIP_ENV -eq 0 ]; then
85
- echo "* Installing/Updating ESP-IDF and all components..."
86
- # update components from git
87
- ./tools/update-components.sh
88
- if [ $? -ne 0 ]; then exit 1; fi
89
-
+ echo "* Installing ESP-IDF/Arduino and all components..."
90
# install arduino component
91
./tools/install-arduino.sh
92
if [ $? -ne 0 ]; then exit 1; fi
0 commit comments