We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405f293 commit a1f7307Copy full SHA for a1f7307
tools/update-components.sh
@@ -40,9 +40,11 @@ if [ $? -ne 0 ]; then exit 1; fi
40
41
if [ ! -d "$AR_COMPS/esp32-camera" ]; then
42
git clone $CAMERA_REPO_URL "$AR_COMPS/esp32-camera"
43
+ git -C "$AR_COMPS/esp32-camera" checkout 722497cb19383cd4ee6b5d57bb73148b5af41b24
44
else
45
git -C "$AR_COMPS/esp32-camera" fetch && \
46
git -C "$AR_COMPS/esp32-camera" pull --ff-only
47
48
fi
49
#this is a temp measure to fix build issue in recent IDF master
50
if [ -f "$AR_COMPS/esp32-camera/idf_component.yml" ]; then
0 commit comments