File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -34,38 +34,6 @@ if [ "$AR_BRANCH" ]; then
34
34
fi
35
35
if [ $? -ne 0 ]; then exit 1; fi
36
36
37
- #
38
- # CLONE/UPDATE ESP32-CAMERA
39
- #
40
-
41
- if [ ! -d " $AR_COMPS /esp32-camera" ]; then
42
- git clone $CAMERA_REPO_URL " $AR_COMPS /esp32-camera"
43
- else
44
- git -C " $AR_COMPS /esp32-camera" fetch && \
45
- git -C " $AR_COMPS /esp32-camera" pull --ff-only
46
- fi
47
- # this is a temp measure to fix build issue in recent IDF master
48
- if [ -f " $AR_COMPS /esp32-camera/idf_component.yml" ]; then
49
- rm -rf " $AR_COMPS /esp32-camera/idf_component.yml"
50
- fi
51
- if [ $? -ne 0 ]; then exit 1; fi
52
-
53
- #
54
- # CLONE/UPDATE ESP-FACE
55
- #
56
-
57
- if [ ! -d " $AR_COMPS /esp-face" ]; then
58
- git clone --recursive $FACE_REPO_URL " $AR_COMPS /esp-face"
59
- # cml=`cat "$AR_COMPS/esp-face/CMakeLists.txt"`
60
- # echo "if(IDF_TARGET STREQUAL \"esp32\" OR IDF_TARGET STREQUAL \"esp32s2\" OR IDF_TARGET STREQUAL \"esp32s3\")" > "$AR_COMPS/esp-face/CMakeLists.txt"
61
- # echo "$cml" >> "$AR_COMPS/esp-face/CMakeLists.txt"
62
- # echo "endif()" >> "$AR_COMPS/esp-face/CMakeLists.txt"
63
- else
64
- git -C " $AR_COMPS /esp-face" fetch && \
65
- git -C " $AR_COMPS /esp-face" pull --ff-only
66
- fi
67
- if [ $? -ne 0 ]; then exit 1; fi
68
-
69
37
#
70
38
# CLONE/UPDATE ESP-LITTLEFS
71
39
#
You can’t perform that action at this time.
0 commit comments