Skip to content

Commit 5309646

Browse files
committed
Update Arduino target branch
1 parent 8cea237 commit 5309646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# lib_builder_branch: "release/v5.1"
3737
# targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2"
3838
- idf_branch: "release/v5.3"
39-
lib_builder_branch: "master"
39+
lib_builder_branch: "release/v5.3"
4040
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2,esp32p4"
4141
- idf_branch: "release/v5.4"
4242
lib_builder_branch: "release/v5.4"

tools/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ -z $IDF_BRANCH ]; then
1010
fi
1111

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

1616
if [ -z $IDF_TARGET ]; then

0 commit comments

Comments
 (0)