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 3
3
source ./tools/config.sh
4
4
5
5
CAMERA_REPO_URL=" https://github.com/espressif/esp32-camera.git"
6
- TINYUSB_REPO_URL=" https://github.com/hathach/tinyusb.git"
7
- TINYUSB_REPO_DIR=" $AR_COMPS /arduino_tinyusb/tinyusb"
8
6
9
7
#
10
8
# CLONE/UPDATE ESP32-CAMERA
@@ -26,17 +24,3 @@ if [ $? -ne 0 ]; then exit 1; fi
26
24
# Arduino needs cam_hal.h from esp32-camera in include folder
27
25
#
28
26
cp " $AR_COMPS /esp32-camera/driver/private_include/cam_hal.h" " $AR_COMPS /esp32-camera/driver/include/"
29
-
30
- #
31
- # CLONE/UPDATE TINYUSB
32
- #
33
- echo " Updating TinyUSB..."
34
- if [ ! -d " $TINYUSB_REPO_DIR " ]; then
35
- git clone -b master --depth 1 " $TINYUSB_REPO_URL " " $TINYUSB_REPO_DIR "
36
- else
37
- cd $TINYUSB_REPO_DIR
38
- git pull
39
- # -ff is for cleaning untracked files as well as submodules
40
- git clean -ffdx
41
- fi
42
- if [ $? -ne 0 ]; then exit 1; fi
You can’t perform that action at this time.
0 commit comments