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 1a2fd05 commit c73bc7fCopy full SHA for c73bc7f
tools/config.sh
@@ -25,7 +25,7 @@ if [ -z $IDF_TARGET ]; then
25
fi
26
27
# Owner of the target ESP32 Arduino repository
28
-AR_USER="$GITHUB_REPOSITORY_OWNER"
+AR_USER="${GITHUB_REPOSITORY_OWNER:-espressif}"
29
30
# The full name of the repository
31
AR_REPO="$AR_USER/arduino-esp32"
0 commit comments