Skip to content

Commit 0a35ded

Browse files
authored
Update config.sh
1 parent 50978ee commit 0a35ded

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tools/config.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export IDF_COMMIT="fb25eb02eb"
44
export IDF_BRANCH="release/v5.3"
5-
export AR_REPO_COMMIT="b381360b7911a3c01e2763bedf1f4931cbf57545"
5+
export AR_REPO_COMMIT="b381360b"
66
export TINYUSB_REPO_COMMIT="2d7d1070f"
77

88
if [ -z $IDF_PATH ]; then
@@ -29,7 +29,7 @@ if [ -z $IDF_TARGET ]; then
2929
fi
3030

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

3434
# The full name of the repository
3535
AR_REPO="$AR_USER/arduino-esp32"
@@ -39,10 +39,7 @@ AR_LIBS_REPO="$AR_USER/esp32-arduino-lib-builder"
3939
AR_REPO_URL="https://github.com/$AR_REPO.git"
4040
IDF_REPO_URL="https://github.com/$IDF_REPO.git"
4141
AR_LIBS_REPO_URL="https://github.com/$AR_LIBS_REPO.git"
42-
if [ -n $GITHUB_TOKEN ]; then
43-
AR_REPO_URL="https://$GITHUB_TOKEN@github.com/$AR_REPO.git"
44-
AR_LIBS_REPO_URL="https://$GITHUB_TOKEN@github.com/$AR_LIBS_REPO.git"
45-
fi
42+
4643

4744
AR_ROOT="$PWD"
4845
AR_COMPS="$AR_ROOT/components"

0 commit comments

Comments
 (0)