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 d4a3131 commit c04aafdCopy full SHA for c04aafd
build.sh
@@ -93,11 +93,7 @@ mkdir -p dist
93
rm -rf dependencies.lock
94
95
if [ $SKIP_ENV -eq 0 ]; then
96
- echo "* Installing/Updating ESP-IDF and all components..."
97
- # update components from git
98
- ./tools/update-components.sh
99
- if [ $? -ne 0 ]; then exit 1; fi
100
-
+ echo "* Installing/Updating ESP-IDF / Arduino and all components..."
101
# install arduino component
102
./tools/install-arduino.sh
103
if [ $? -ne 0 ]; then exit 1; fi
0 commit comments