Skip to content

Commit 5f76960

Browse files
committed
Configure build for ESP-IDF v5.4
1 parent 2f061cb commit 5f76960

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/cron.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ jobs:
3838
- idf_branch: "release/v5.3"
3939
lib_builder_branch: "master"
4040
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"

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)