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