File tree
Expand file treeCollapse file tree1 file changed
+2
-1
lines changed Expand file treeCollapse file tree1 file changed
+2
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
33 | 33 |
|
34 | 34 | if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
|
35 | 35 | git -C $IDF_PATH submodule update --init --recursive
|
36 |
| -$IDF_PATH/install.sh |
| 36 | +echo "Installing ESP-IDF..." |
| 37 | +$IDF_PATH/install.sh > /dev/null |
37 | 38 | export IDF_COMMIT=$(git -C "$IDF_PATH" rev-parse --short HEAD)
|
38 | 39 | export IDF_BRANCH=$(git -C "$IDF_PATH" symbolic-ref --short HEAD || git -C "$IDF_PATH" tag --points-at HEAD)
|
39 | 40 |
|
|
You can’t perform that action at this time.
0 commit comments