Skip to content

Commit 19cf54a

Browse files
authored
Update update-components.sh
1 parent 863a5c5 commit 19cf54a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/update-components.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source ./tools/config.sh
44

55
CAMERA_REPO_URL="https://github.com/espressif/esp32-camera.git"
6-
FACE_REPO_URL="https://github.com/espressif/esp-face.git"
6+
FACE_REPO_URL="https://github.com/espressif/esp-dl.git"
77
RMAKER_REPO_URL="https://github.com/espressif/esp-rainmaker.git"
88
DSP_REPO_URL="https://github.com/espressif/esp-dsp.git"
99
LITTLEFS_REPO_URL="https://github.com/joltwallet/esp_littlefs.git"
@@ -56,10 +56,10 @@ if [ $? -ne 0 ]; then exit 1; fi
5656

5757
if [ ! -d "$AR_COMPS/esp-face" ]; then
5858
git clone $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"
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"
6363
else
6464
git -C "$AR_COMPS/esp-face" fetch && \
6565
git -C "$AR_COMPS/esp-face" pull --ff-only

0 commit comments

Comments
 (0)