-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated camera driver to lastest, fixed wifi settings to connecto to …
…the strongest AP in case yuo have more of them (WIFI_ALL_CHANNEL_SCAN), and also allow all channels 1-13
- Loading branch information
1 parent
4029920
commit 0188266
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
Submodule esp32-camera
updated
19 files
+31 −28 | CMakeLists.txt | |
+63 −57 | Kconfig | |
+34 −3 | README.md | |
+2 −1 | conversions/include/img_converters.h | |
+11 −0 | conversions/to_bmp.c | |
+103 −28 | driver/camera.c | |
+2 −0 | driver/include/sensor.h | |
+0 −38 | driver/private_include/twi.h | |
+2 −95 | driver/sccb.c | |
+0 −432 | driver/twi.c | |
+3 −0 | idf_component.yml | |
+1 −1 | library.json | |
+1,032 −0 | sensors/nt99141.c | |
+439 −0 | sensors/ov7670.c | |
+16 −0 | sensors/private_include/nt99141.h | |
+211 −0 | sensors/private_include/nt99141_regs.h | |
+825 −0 | sensors/private_include/nt99141_settings.h | |
+14 −0 | sensors/private_include/ov7670.h | |
+354 −0 | sensors/private_include/ov7670_regs.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters