diff --git a/examples/single_chip/camera_web_server/main/Kconfig.projbuild b/examples/single_chip/camera_web_server/main/Kconfig.projbuild index 8e55b03..f001546 100644 --- a/examples/single_chip/camera_web_server/main/Kconfig.projbuild +++ b/examples/single_chip/camera_web_server/main/Kconfig.projbuild @@ -43,7 +43,7 @@ config CAMERA_MODEL_WROVER_KIT bool "WROVER-KIT With OV2640 Module" config CAMERA_MODEL_M5STACK_PSRAM bool "M5Stack Camera With PSRAM" -config CAMERA_MODEL_ESP32_CAM +config CAMERA_MODEL_AI_THINKER bool "ESP32-CAM by AI-Thinker" config CAMERA_MODEL_CUSTOM bool "Custom Camera Pinout" diff --git a/examples/single_chip/camera_web_server/main/include/app_camera.h b/examples/single_chip/camera_web_server/main/include/app_camera.h index c35edd1..85a3b32 100755 --- a/examples/single_chip/camera_web_server/main/include/app_camera.h +++ b/examples/single_chip/camera_web_server/main/include/app_camera.h @@ -62,7 +62,7 @@ #define HREF_GPIO_NUM 26 #define PCLK_GPIO_NUM 21 -#elif CONFIG_CAMERA_MODEL_ESP32_CAM +#elif CONFIG_CAMERA_MODEL_AI_THINKER #define PWDN_GPIO_NUM 32 #define RESET_GPIO_NUM -1 #define XCLK_GPIO_NUM 0