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 a1f7307 commit 558f3a9Copy full SHA for 558f3a9
tools/update-components.sh
@@ -40,11 +40,9 @@ 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