Skip to content

Commit c658f0f

Browse files
committed
Update configs for cron and build.sh for IDF 5.5
1 parent f46b0d7 commit c658f0f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cron.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
# - idf_branch: "release/v5.3"
3939
# lib_builder_branch: "release/v5.3"
4040
# targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2,esp32p4"
41-
- idf_branch: "release/v5.4"
42-
lib_builder_branch: "master"
43-
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2,esp32p4"
41+
# - idf_branch: "release/v5.4"
42+
# lib_builder_branch: "release/v5.4"
43+
# targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2,esp32p4"
4444
- idf_branch: "release/v5.5"
45-
lib_builder_branch: "release/v5.5"
45+
lib_builder_branch: "master"
4646
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2,esp32p4,esp32c5"

tools/config.sh

Lines changed: 1 addition & 1 deletion
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="release/v3.3.x"
13+
AR_PR_TARGET_BRANCH="master"
1414
fi
1515

1616
if [ -z $IDF_TARGET ]; then

0 commit comments

Comments
 (0)