File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ source ./tools/config.sh
4
4
5
5
CAMERA_REPO_URL=" https://github.com/espressif/esp32-camera.git"
6
6
# 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"
8
8
DSP_REPO_URL=" https://github.com/espressif/esp-dsp.git"
9
9
LITTLEFS_REPO_URL=" https://github.com/joltwallet/esp_littlefs.git"
10
10
TINYUSB_REPO_URL=" https://github.com/hathach/tinyusb.git"
@@ -68,11 +68,11 @@ if [ $? -ne 0 ]; then exit 1; fi
68
68
# CLONE/UPDATE ESP-RAINMAKER
69
69
#
70
70
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
76
76
77
77
#
78
78
# CLONE/UPDATE ESP-DSP
You can’t perform that action at this time.
0 commit comments