mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
test(esp_cam_sensor): fixed cam_spi_slave build errors
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
dependencies:
|
||||
espressif/esp_cam_sensor: ">=0.5.*"
|
||||
sensor_init:
|
||||
path: ${IDF_PATH}/examples/peripherals/camera/common_components/sensor_init
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
CONFIG_FREERTOS_HZ=1000
|
||||
CONFIG_ESP_TASK_WDT_EN=n
|
||||
CONFIG_CAM_CTRL_SPI_ENABLE=n
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
# Espressif IoT Development Framework (ESP-IDF) 5.4.0 Project Minimal Configuration
|
||||
#
|
||||
CONFIG_ESP_TASK_WDT_EN=n
|
||||
CONFIG_CAM_CTRL_SPI_ENABLE=n
|
||||
|
||||
Reference in New Issue
Block a user