Files
snapclient/components/network_interface/CMakeLists.txt
Karl Osterseher fa9852ac31 - make wifi_provisioning component compatible with netwrok_interface component
- add i2s channel delete to deinit_player()
- improve network interface component
  store IP and connection status of interfaces
- improve UI http server

Signed-off-by: Karl Osterseher <karli_o@gmx.at>
2025-02-21 18:43:18 +01:00

4 lines
237 B
CMake

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