File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if [ -z $IDF_TARGET ]; then
25
25
fi
26
26
27
27
# Owner of the target ESP32 Arduino repository
28
- AR_USER=" ${GITHUB_REPOSITORY_OWNER:- espressif } "
28
+ AR_USER=" ${GITHUB_REPOSITORY_OWNER:- reykada } "
29
29
30
30
# The full name of the repository
31
31
AR_REPO=" $AR_USER /arduino-esp32"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ RUN : \
46
46
# Use LIBBUILDER_CLONE_SHALLOW=1 to peform shallow clone (i.e. --depth=1 --shallow-submodules)
47
47
# Use LIBBUILDER_CLONE_SHALLOW_DEPTH=X to define the depth if LIBBUILDER_CLONE_SHALLOW is used (i.e. --depth=X)
48
48
49
- ARG LIBBUILDER_CLONE_URL=https://github.com/espressif /esp32-arduino-lib-builder
49
+ ARG LIBBUILDER_CLONE_URL=https://github.com/reykada /esp32-arduino-lib-builder
50
50
ARG LIBBUILDER_CLONE_BRANCH_OR_TAG=master
51
51
ARG LIBBUILDER_CHECKOUT_REF=
52
52
ARG LIBBUILDER_CLONE_SHALLOW=
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ source ./tools/config.sh
6
6
# CLONE/UPDATE TINYUSB
7
7
#
8
8
echo " Updating TinyUSB..."
9
- TINYUSB_REPO_URL=" https://github.com/hathach /tinyusb.git"
9
+ TINYUSB_REPO_URL=" https://github.com/reykada /tinyusb.git"
10
10
TINYUSB_REPO_DIR=" $AR_COMPS /arduino_tinyusb/tinyusb"
11
11
if [ ! -d " $TINYUSB_REPO_DIR " ]; then
12
12
git clone " $TINYUSB_REPO_URL " " $TINYUSB_REPO_DIR "
You can’t perform that action at this time.
0 commit comments