We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80dc0e commit 40fb05eCopy full SHA for 40fb05e
tools/config.sh
@@ -10,7 +10,7 @@ if [ -z $IDF_BRANCH ]; then
10
fi
11
12
if [ -z $AR_PR_TARGET_BRANCH ]; then
13
- AR_PR_TARGET_BRANCH="master"
+ AR_PR_TARGET_BRANCH="release/v3.0.x"
14
15
16
if [ -z $IDF_TARGET ]; then
0 commit comments