|
3 | 3 | source ./tools/config.sh
|
4 | 4 |
|
5 | 5 | 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" |
7 | 7 | RMAKER_REPO_URL="https://github.com/espressif/esp-rainmaker.git"
|
8 | | -DSP_REPO_URL="https://github.com/espressif/esp-dl.git" |
| 8 | +DSP_REPO_URL="https://github.com/espressif/esp-dsp.git" |
9 | 9 | LITTLEFS_REPO_URL="https://github.com/joltwallet/esp_littlefs.git"
|
10 | 10 | TINYUSB_REPO_URL="https://github.com/hathach/tinyusb.git"
|
11 | 11 |
|
@@ -56,10 +56,10 @@ if [ $? -ne 0 ]; then exit 1; fi
|
56 | 56 |
|
57 | 57 | if [ ! -d "$AR_COMPS/esp-face" ]; then
|
58 | 58 | 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" |
63 | 63 | else
|
64 | 64 | git -C "$AR_COMPS/esp-face" fetch && \
|
65 | 65 | git -C "$AR_COMPS/esp-face" pull --ff-only
|
|
0 commit comments