From 9407c0c154ee7cc5fbb05fff352b7224e78f3ed6 Mon Sep 17 00:00:00 2001 From: yuanjiong Date: Tue, 26 Oct 2021 17:04:33 +0800 Subject: [PATCH] :wrench: update xclk freq --- components/modules/camera/who_camera.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modules/camera/who_camera.h b/components/modules/camera/who_camera.h index 474154c..76ce512 100644 --- a/components/modules/camera/who_camera.h +++ b/components/modules/camera/who_camera.h @@ -192,7 +192,7 @@ #define CAMERA_PIN_PCLK CONFIG_CAMERA_PIN_PCLK #endif -#define XCLK_FREQ_HZ 16000000 +#define XCLK_FREQ_HZ 18000000 #ifdef __cplusplus extern "C"