feat: Update driver dependency for new version outside components

This commit is contained in:
Chen Chen
2025-09-17 19:07:42 +08:00
committed by laokaiyao
parent f6fa885492
commit 7eec1cadf1
3 changed files with 3 additions and 2 deletions
@@ -1,4 +1,4 @@
idf_component_register(SRCS "example_sensor_init.c"
INCLUDE_DIRS "include"
REQUIRES esp_cam_sensor
REQUIRES esp_driver_i2c esp_cam_sensor
)