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.
2 parents 7227862 + c73bc7f commit fd1493bCopy full SHA for fd1493b
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