Skip to content

Commit a1f7307

Browse files
authored
ESP cam without NVS save
1 parent 405f293 commit a1f7307

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
@@ -40,9 +40,11 @@ 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
4344
else
4445
git -C "$AR_COMPS/esp32-camera" fetch && \
4546
git -C "$AR_COMPS/esp32-camera" pull --ff-only
47+
git -C "$AR_COMPS/esp32-camera" checkout 722497cb19383cd4ee6b5d57bb73148b5af41b24
4648
fi
4749
#this is a temp measure to fix build issue in recent IDF master
4850
if [ -f "$AR_COMPS/esp32-camera/idf_component.yml" ]; then

0 commit comments

Comments
 (0)