Files
snapclient/components/network_interface/CMakeLists.txt
Karl Osterseher 6bec0e9469 try to auto choose STA vs ETH and also choose IPv4 or IPv6 depending on config
change printf to ESP_LOGI in net_functions
add missing components to network interface

Signed-off-by: Karl Osterseher <karli_o@gmx.at>
2025-01-27 21:47:12 +01:00

5 lines
269 B
CMake

idf_component_register(SRCS "network_interface.c" "eth_interface.c" "wifi_interface.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES driver esp_eth esp_netif esp_timer nvs_flash improv_wifi
REQUIRES esp_wifi)