We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3144e commit 0d4b696Copy full SHA for 0d4b696
tools/install-esp-idf.sh
@@ -18,7 +18,8 @@ if [ -z "$IDF_PATH" ]; then
18
if ! [ -d esp-idf ]; then
19
echo "git clone $IDF_REPO_URL -b $IDF_BRANCH"
20
git clone $IDF_REPO_URL -b $IDF_BRANCH
21
- git -C $IDF_BRANCH checkout e8af343d93b8fe409f6b793e955c608d4f75607b
+ echo "git -C "$IDF_BRANCH" checkout e8af343d93b8fe409f6b793e955c608d4f75607b"
22
+ git -C "$IDF_BRANCH" checkout e8af343d93b8fe409f6b793e955c608d4f75607b
23
fi
24
export IDF_PATH="$AR_ROOT/esp-idf"
25
0 commit comments