Skip to content

Commit 27d54e0

Browse files
authored
Use working esp32cam commit
1 parent a3b5d5d commit 27d54e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/update-components.sh

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

5353
if [ ! -d "$AR_COMPS/esp32-camera" ]; then
5454
git clone $CAMERA_REPO_URL "$AR_COMPS/esp32-camera"
55+
git -C "$AR_COMPS/esp32-camera" checkout 8575d75b91c0387037b68b3a864ac6696f6e0a2e
5556
else
5657
git -C "$AR_COMPS/esp32-camera" fetch && \
5758
git -C "$AR_COMPS/esp32-camera" pull --ff-only
59+
git -C "$AR_COMPS/esp32-camera" checkout 8575d75b91c0387037b68b3a864ac6696f6e0a2e
5860
fi
5961
#this is a temp measure to fix build issue in recent IDF master
6062
if [ -f "$AR_COMPS/esp32-camera/idf_component.yml" ]; then

0 commit comments

Comments
 (0)