Skip to content

Commit 558f3a9

Browse files
authored
use latest espcam
1 parent a1f7307 commit 558f3a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/update-components.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ if [ $? -ne 0 ]; then exit 1; fi
4040

4141
if [ ! -d "$AR_COMPS/esp32-camera" ]; then
4242
git clone $CAMERA_REPO_URL "$AR_COMPS/esp32-camera"
43-
git -C "$AR_COMPS/esp32-camera" checkout 722497cb19383cd4ee6b5d57bb73148b5af41b24
4443
else
4544
git -C "$AR_COMPS/esp32-camera" fetch && \
4645
git -C "$AR_COMPS/esp32-camera" pull --ff-only
47-
git -C "$AR_COMPS/esp32-camera" checkout 722497cb19383cd4ee6b5d57bb73148b5af41b24
4846
fi
4947
#this is a temp measure to fix build issue in recent IDF master
5048
if [ -f "$AR_COMPS/esp32-camera/idf_component.yml" ]; then

0 commit comments

Comments
 (0)