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 a114d2a1c78e29c8aa86bd75872e88c4d15e4fe4..8ee8867b5cf779c7859179f4ad8e012a67f1288e 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 /************************************************************************************************** *