ESP32/main/CMakeLists.txt

20 lines
366 B
CMake

idf_component_register(
SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES
nvs_flash
esp_wifi
esp_netif
esp_event
lwip
console # Console handles UART automatically
iperf
wifi_cfg
csi_log
wifi_monitor
gps_sync
led_strip
status_led
csi_manager
)