change printf to ESP_LOGI in net_functions add missing components to network interface Signed-off-by: Karl Osterseher <karli_o@gmx.at>
5 lines
269 B
CMake
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)
|