Search found 1 match

by phuongpkh
Mon May 25, 2020 9:11 am
Forum: ESP-IDF
Topic: Priority interface while using Ethernet and WiFi in STA mode together
Replies: 4
Views: 8105

Re: Priority interface while using Ethernet and WiFi in STA mode together

Hi all,
How about the IDF 4.0?
I modified tcpip_adapter_lwip.c
if (esp_netif[TCPIP_ADAPTER_IF_ETH] != NULL && netif_is_up(esp_netif[TCPIP_ADAPTER_IF_ETH])) {
netif_set_default(esp_netif[TCPIP_ADAPTER_IF_ETH]);
But it not effected.