-
Notifications
You must be signed in to change notification settings - Fork 682
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update esp32-camera submodule to v2.0.13 (#3316)
Co-authored-by: CaCO3 <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule esp32-camera
updated
13 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 | |
+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 |