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 53a318f commit d4ffd0aCopy full SHA for d4ffd0a
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.2.x"
14
15
16
if [ -z $IDF_TARGET ]; then
0 commit comments