Skip to content

Commit 43b2dd8

Browse files
authored
Update install-esp-idf.sh
1 parent 5d5715e commit 43b2dd8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/install-esp-idf.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ if [ ! -d "$IDF_PATH" ]; then
1717
echo "git clone $IDF_REPO_URL -b $IDF_BRANCH"
1818
git clone $IDF_REPO_URL -b $IDF_BRANCH
1919
idf_was_installed="1"
20-
if ! [ -d esp-idf ]; then
21-
echo "git clone $IDF_REPO_URL -b $IDF_BRANCH"
22-
git clone $IDF_REPO_URL -b $IDF_BRANCH
23-
fi
24-
export IDF_PATH="$AR_ROOT/esp-idf"
2520
fi
2621

2722
# Next lines redirects ALWAYS to espressif git since this sha1 only exists there!!!

0 commit comments

Comments
 (0)