File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ source ./tools/config.sh
5
5
CAMERA_REPO_URL=" https://github.com/espressif/esp32-camera.git"
6
6
TINYUSB_REPO_URL=" https://github.com/hathach/tinyusb.git"
7
7
TINYUSB_REPO_DIR=" $AR_COMPS /arduino_tinyusb/tinyusb"
8
- ESPDSP_REPO_URL=" https://github.com/espressif/esp-dsp.git"
9
- ESPDSP_REPO_DIR=" $AR_COMPS /esp-dsp/espdsp"
10
8
11
9
#
12
10
# CLONE/UPDATE ESP32-CAMERA
42
40
git clean -ffdx
43
41
fi
44
42
if [ $? -ne 0 ]; then exit 1; fi
45
-
46
- #
47
- # CLONE/UPDATE ESP-DSP
48
- #
49
- echo " Updating ESP-DSP..."
50
- if [ ! -d " $ESPDSP_REPO_DIR " ]; then
51
- git clone -b master --depth 1 " $ESPDSP_REPO_URL " " $ESPDSP_REPO_DIR "
52
- else
53
- cd $ESPDSP_REPO_DIR
54
- git pull
55
- # -ff is for cleaning untracked files as well as submodules
56
- git clean -ffdx
57
- fi
58
- if [ $? -ne 0 ]; then exit 1; fi
You can’t perform that action at this time.
0 commit comments