CSI component refactor

This commit is contained in:
Bob 2025-12-08 17:12:44 -08:00
parent 89f1b382ce
commit 993f1b5099
1 changed files with 4 additions and 2 deletions

View File

@ -1,13 +1,15 @@
idf_component_register(
SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES
PRIV_REQUIRES
nvs_flash
esp_wifi
esp_netif
esp_event
lwip
console # Console handles UART automatically
console
driver # <--- Added (For GPIO definitions)
cmd_transport # <--- Added (For cmd_transport.h)
iperf
wifi_cfg
csi_log