fix(cam): decrease i2c sccb frequency for camera

This commit is contained in:
gaoxu
2025-05-21 11:43:10 +08:00
parent cf343ab4e8
commit e48a4147a0

View File

@@ -10,7 +10,7 @@
extern "C" { extern "C" {
#endif #endif
#define EXAMPLE_CAM_SCCB_FREQ (100000) #define EXAMPLE_CAM_SCCB_FREQ (10 * 1000)
#ifdef __cplusplus #ifdef __cplusplus
} }