boards/OPENMV3: Fix default OV7725 clock freq.

Was pushed way to fast.
This commit is contained in:
Kwabena W. Agyeman 2025-06-27 19:10:10 -07:00
parent aa96e88376
commit f6d2239924

View File

@ -46,6 +46,7 @@
#define OMV_OV7725_ENABLE (1)
#define OMV_OV7725_PLL_CONFIG (0x81) // x6
#define OMV_OV7725_BANDING (0x8F)
#define OMV_OV7725_CLK_FREQ (9000000)
// FIR drivers configuration.
#define OMV_FIR_MLX90621_ENABLE (1)