Skip to content

Commit 418569c

Browse files
authored
Update config.sh
1 parent 77c0e6a commit 418569c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/config.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ fi
1616
# IDF commit to use
1717
#IDF_COMMIT="cf913a00e34d61adeee0dc52414a9e10c9b3737e"
1818

19-
if [ -z $IDF_BRANCH ]; then
20-
IDF_BRANCH="release/v5.1"
21-
fi
22-
2319
if [ -z $AR_PR_TARGET_BRANCH ]; then
2420
# Temporary to get CI working. original is master
2521
AR_PR_TARGET_BRANCH="esp-idf-v5.1-libs"

0 commit comments

Comments
 (0)