Commit 0188266
committed
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
1 parent 4029920 commit 0188266
2 files changed
+4
-2
lines changedSubmodule esp32-camera updated 19 files
- CMakeLists.txt+31-28
- Kconfig+63-57
- README.md+34-3
- conversions/include/img_converters.h+2-1
- conversions/to_bmp.c+11
- driver/camera.c+103-28
- driver/include/sensor.h+2
- driver/private_include/twi.h-38
- driver/sccb.c+2-95
- driver/twi.c-432
- idf_component.yml+3
- library.json+1-1
- sensors/nt99141.c+1.0k
- sensors/ov7670.c+439
- sensors/private_include/nt99141.h+16
- sensors/private_include/nt99141_regs.h+211
- sensors/private_include/nt99141_settings.h+825
- sensors/private_include/ov7670.h+14
- sensors/private_include/ov7670_regs.h+354
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
| |||
217 | 219 | | |
218 | 220 | | |
219 | 221 | | |
220 | | - | |
| 222 | + | |
221 | 223 | | |
222 | 224 | | |
223 | 225 | | |
| |||
0 commit comments