forked from jomjol/AI-on-the-edge-device
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(submodule): Update esp32-camera to v2.0.13 (0054ab7) (#166)
- Loading branch information
1 parent
cfc53b0
commit 2501d3b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule esp32-camera
updated
14 files
+1 −24 | .github/workflows/build.yml | |
+1 −1 | .github/workflows/upload_component.yml | |
+9 −1 | CMakeLists.txt | |
+34 −0 | Kconfig | |
+19 −1 | driver/cam_hal.c | |
+1 −1 | driver/esp_camera.c | |
+347 −0 | driver/sccb-ng.c | |
+1 −0 | driver/sccb.c | |
+1 −0 | examples/camera_example/main/take_picture.c | |
+2 −2 | sensors/gc0308.c | |
+0 −1 | target/esp32/ll_cam.c | |
+4 −7 | target/esp32s2/ll_cam.c | |
+127 −63 | target/esp32s3/ll_cam.c | |
+18 −0 | target/private_include/ll_cam.h |