Skip to content

Commit 129b542

Browse files
authored
IDF_BRANCH="v4.4_dev"
1 parent 25eec08 commit 129b542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ -z $IDF_PATH ]; then
66
fi
77

88
if [ -z $IDF_BRANCH ]; then
9-
IDF_BRANCH="v4.4.1"
9+
IDF_BRANCH="v4.4_dev"
1010
fi
1111

1212
if [ -z $AR_PR_TARGET_BRANCH ]; then

0 commit comments

Comments
 (0)