From 5a5fedfab11efbea193e704a3e19a1cb16523a2f Mon Sep 17 00:00:00 2001 From: YANG <15498072+ABC963852@user.noreply.gitee.com> Date: Mon, 17 Mar 2025 07:31:58 +0000 Subject: [PATCH] update example/factory_demo_v1/components/esp_sparkbot_bsp/include/bsp/esp_sparkbot_bsp.h. Signed-off-by: YANG <15498072+ABC963852@user.noreply.gitee.com> --- .../esp_sparkbot_bsp/include/bsp/esp_sparkbot_bsp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/factory_demo_v1/components/esp_sparkbot_bsp/include/bsp/esp_sparkbot_bsp.h b/example/factory_demo_v1/components/esp_sparkbot_bsp/include/bsp/esp_sparkbot_bsp.h index a114d2a..8ee8867 100644 --- a/example/factory_demo_v1/components/esp_sparkbot_bsp/include/bsp/esp_sparkbot_bsp.h +++ b/example/factory_demo_v1/components/esp_sparkbot_bsp/include/bsp/esp_sparkbot_bsp.h @@ -213,8 +213,8 @@ i2c_bus_handle_t bsp_i2c_get_handle(void); .sccb_i2c_port = BSP_I2C_NUM, \ } -#define BSP_CAMERA_VFLIP 1 -#define BSP_CAMERA_HMIRROR 0 +#define BSP_CAMERA_VFLIP 0 +#define BSP_CAMERA_HMIRROR 1 /************************************************************************************************** * -- Gitee