Skip to content

Release/v5.1 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(config): Add fallback value to AR_USER (espressif#253)
  • Loading branch information
lucasssvaz authored Dec 10, 2024
commit c73bc7ff6161f328b54c9a79d67f1bcc670f1b30
2 changes: 1 addition & 1 deletion tools/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ -z $IDF_TARGET ]; then
fi

# Owner of the target ESP32 Arduino repository
AR_USER="$GITHUB_REPOSITORY_OWNER"
AR_USER="${GITHUB_REPOSITORY_OWNER:-espressif}"

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