espressif / esp-who

Face detection and recognition framework
Other
1.64k stars 458 forks source link

examples\code_recognition typo (AIV-454) #185

Closed xiruilin closed 2 years ago

xiruilin commented 2 years ago

In file examples\code_recognition\main\app_peripherals.c, line 12:

#if CONFIG_CAMERA_MODEL_ESP_EYE || CONFIG_CAMERA_MODEL_ESP32_CAM_BOARD

Should change to:

#if CONFIG_CAMERA_MODULE_ESP_EYE || CONFIG_CAMERA_MODEL_ESP32_CAM_BOARD

Auroragan commented 2 years ago

noted, thanks

Auroragan commented 2 years ago

Hi, this issue has been fixed.