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( idf_component_register(
SRCS "main.c" SRCS "main.c"
INCLUDE_DIRS "." INCLUDE_DIRS "."
REQUIRES PRIV_REQUIRES
nvs_flash nvs_flash
esp_wifi esp_wifi
esp_netif esp_netif
esp_event esp_event
lwip lwip
console # Console handles UART automatically console
driver # <--- Added (For GPIO definitions)
cmd_transport # <--- Added (For cmd_transport.h)
iperf iperf
wifi_cfg wifi_cfg
csi_log csi_log