Skip to content

Commit

Permalink
Prepare for merging release/v5.3 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev committed Dec 18, 2024
1 parent c1053bc commit 0c609b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
lib_builder_branch: "release/v5.1"
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2"
- idf_branch: "release/v5.3"
lib_builder_branch: "release/v5.3"
lib_builder_branch: "master"
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2,esp32p4"
2 changes: 1 addition & 1 deletion tools/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -z $IDF_BRANCH ]; then
fi

if [ -z $AR_PR_TARGET_BRANCH ]; then
AR_PR_TARGET_BRANCH="release/v3.1.x"
AR_PR_TARGET_BRANCH="master"
fi

if [ -z $IDF_TARGET ]; then
Expand Down

0 comments on commit 0c609b1

Please sign in to comment.