Skip to content

Commit 393289f

Browse files
authored
Update update-components.sh
1 parent d1ede1c commit 393289f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/update-components.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source ./tools/config.sh
44

55
CAMERA_REPO_URL="https://github.com/espressif/esp32-camera.git"
66
#FACE_REPO_URL="https://github.com/espressif/esp-dl.git"
7-
RMAKER_REPO_URL="https://github.com/espressif/esp-rainmaker.git"
7+
#RMAKER_REPO_URL="https://github.com/espressif/esp-rainmaker.git"
88
DSP_REPO_URL="https://github.com/espressif/esp-dsp.git"
99
LITTLEFS_REPO_URL="https://github.com/joltwallet/esp_littlefs.git"
1010
TINYUSB_REPO_URL="https://github.com/hathach/tinyusb.git"
@@ -68,11 +68,11 @@ if [ $? -ne 0 ]; then exit 1; fi
6868
# CLONE/UPDATE ESP-RAINMAKER
6969
#
7070

71-
if [ ! -d "$AR_COMPS/esp-rainmaker" ]; then
72-
git clone $RMAKER_REPO_URL "$AR_COMPS/esp-rainmaker"
73-
git -C "$AR_COMPS/esp-rainmaker" checkout f1b82c71c4536ab816d17df016d8afe106bd60e3
74-
fi
75-
if [ $? -ne 0 ]; then exit 1; fi
71+
#if [ ! -d "$AR_COMPS/esp-rainmaker" ]; then
72+
# git clone $RMAKER_REPO_URL "$AR_COMPS/esp-rainmaker"
73+
# git -C "$AR_COMPS/esp-rainmaker" checkout f1b82c71c4536ab816d17df016d8afe106bd60e3
74+
#fi
75+
#if [ $? -ne 0 ]; then exit 1; fi
7676

7777
#
7878
# CLONE/UPDATE ESP-DSP

0 commit comments

Comments
 (0)