Skip to content

Commit 77f5eff

Browse files
committed
Configure build for ESP-IDF v5.4
1 parent 8cea237 commit 77f5eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tools/config.sh

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

88
if [ -z $IDF_BRANCH ]; then
9-
IDF_BRANCH="release/v5.3"
9+
IDF_BRANCH="release/v5.4"
1010
fi
1111

1212
if [ -z $AR_PR_TARGET_BRANCH ]; then
13-
AR_PR_TARGET_BRANCH="master"
13+
AR_PR_TARGET_BRANCH="release/v3.2.x"
1414
fi
1515

1616
if [ -z $IDF_TARGET ]; then

0 commit comments

Comments
 (0)