CSI component refactor
This commit is contained in:
parent
89f1b382ce
commit
993f1b5099
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue