Skip to content

Commit 7fdade5

Browse files
authored
rm espcam and espface
espcam lib not working with Tasmota when included here. espface is not idf4.4 ready
1 parent 557a79a commit 7fdade5

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

tools/update-components.sh

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -34,38 +34,6 @@ if [ "$AR_BRANCH" ]; then
3434
fi
3535
if [ $? -ne 0 ]; then exit 1; fi
3636

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-
6937
#
7038
# CLONE/UPDATE ESP-LITTLEFS
7139
#

0 commit comments

Comments
 (0)