We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f1c35 commit 748f6efCopy full SHA for 748f6ef
tools/config.sh
@@ -6,7 +6,7 @@ if [ -z $IDF_PATH ]; then
6
fi
7
8
if [ -z $IDF_BRANCH ]; then
9
- IDF_BRANCH="release/v5.1"
+ IDF_BRANCH="release/v5.1+ewpa"
10
11
12
if [ -z $AR_PR_TARGET_BRANCH ]; then
@@ -25,7 +25,7 @@ if [ -z $IDF_TARGET ]; then
25
26
27
# Owner of the target ESP32 Arduino repository
28
-AR_USER="${GITHUB_REPOSITORY_OWNER:-espressif}"
+AR_USER="${GITHUB_REPOSITORY_OWNER:-ewpa}"
29
30
# The full name of the repository
31
AR_REPO="$AR_USER/arduino-esp32"
0 commit comments