File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
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"
50
50
fi
51
51
if [ $? -ne 0 ]; then exit 1; fi
52
52
53
+ #
54
+ # CLONE/UPDATE ESP-RAINMAKER
55
+ #
56
+
57
+ if [ ! -d " $AR_COMPS /esp-rainmaker" ]; then
58
+ git clone $RMAKER_REPO_URL " $AR_COMPS /esp-rainmaker"
59
+ git -C " $AR_COMPS /esp-rainmaker" checkout f1b82c71c4536ab816d17df016d8afe106bd60e3
60
+ fi
61
+ if [ $? -ne 0 ]; then exit 1; fi
62
+
53
63
#
54
64
# CLONE/UPDATE ESP-DSP
55
65
#
You can’t perform that action at this time.
0 commit comments