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 a3b5d5d commit 27d54e0Copy full SHA for 27d54e0
tools/update-components.sh
@@ -52,9 +52,11 @@ if [ $? -ne 0 ]; then exit 1; fi
52
53
if [ ! -d "$AR_COMPS/esp32-camera" ]; then
54
git clone $CAMERA_REPO_URL "$AR_COMPS/esp32-camera"
55
+ git -C "$AR_COMPS/esp32-camera" checkout 8575d75b91c0387037b68b3a864ac6696f6e0a2e
56
else
57
git -C "$AR_COMPS/esp32-camera" fetch && \
58
git -C "$AR_COMPS/esp32-camera" pull --ff-only
59
60
fi
61
#this is a temp measure to fix build issue in recent IDF master
62
if [ -f "$AR_COMPS/esp32-camera/idf_component.yml" ]; then
0 commit comments