Skip to content

Commit d353e58

Browse files
authored
Update install-esp-idf.sh
1 parent 79a0f57 commit d353e58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/install-esp-idf.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ if [ -z "$IDF_PATH" ]; then
1616
echo "ESP-IDF is not installed! Installing local copy"
1717
idf_was_installed="1"
1818
if ! [ -d esp-idf ]; then
19-
echo "git clone $IDF_REPO_URL -b $IDF_BRANCH"
20-
git clone $IDF_REPO_URL -b $IDF_BRANCH
19+
echo "git clone --recursive $IDF_REPO_URL -b $IDF_BRANCH"
20+
git clone --recursive $IDF_REPO_URL -b $IDF_BRANCH
2121
echo "git checkout e8af343d93b8fe409f6b793e955c608d4f75607b"
2222
git checkout e8af343d93b8fe409f6b793e955c608d4f75607b
2323
fi

0 commit comments

Comments
 (0)