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 4858378 commit 86f6be2Copy full SHA for 86f6be2
tools/compile_slave.sh
@@ -7,11 +7,7 @@ export IDF_CCACHE_ENABLE=$CCACHE_ENABLE
7
rm -rf dependencies.lock
8
9
echo "* Installing/Updating ESP-IDF and all components..."
10
-# update components from git
11
-./tools/update-components.sh
12
-if [ $? -ne 0 ]; then exit 1; fi
13
14
-# install esp-idf
15
source ./tools/install-esp-idf.sh
16
if [ $? -ne 0 ]; then exit 1; fi
17
0 commit comments