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.
2 parents da49b4a + ac45e2d commit 3ecbe5cCopy full SHA for 3ecbe5c
tools/install-esp-idf.sh
@@ -33,7 +33,8 @@ fi
33
34
if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
35
git -C $IDF_PATH submodule update --init --recursive
36
- $IDF_PATH/install.sh
+ echo "Installing ESP-IDF..."
37
+ $IDF_PATH/install.sh > /dev/null
38
export IDF_COMMIT=$(git -C "$IDF_PATH" rev-parse --short HEAD)
39
export IDF_BRANCH=$(git -C "$IDF_PATH" symbolic-ref --short HEAD || git -C "$IDF_PATH" tag --points-at HEAD)
40
0 commit comments