Skip to content

Commit 748f6ef

Browse files
committed
Default to build against 'ewpa' repositories.
1 parent 23f1c35 commit 748f6ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ -z $IDF_PATH ]; then
66
fi
77

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

1212
if [ -z $AR_PR_TARGET_BRANCH ]; then
@@ -25,7 +25,7 @@ if [ -z $IDF_TARGET ]; then
2525
fi
2626

2727
# Owner of the target ESP32 Arduino repository
28-
AR_USER="${GITHUB_REPOSITORY_OWNER:-espressif}"
28+
AR_USER="${GITHUB_REPOSITORY_OWNER:-ewpa}"
2929

3030
# The full name of the repository
3131
AR_REPO="$AR_USER/arduino-esp32"

0 commit comments

Comments
 (0)