Page 1 of 1

Simultaneous ethernet/wifi and interactions with TCP stack

Posted: Wed Jun 12, 2019 12:40 am
by jollytopper
esp_eth_init
esp_eth_enable
esp_wifi_init
esp_wifi_start

What special considerations should be made when initializing and starting both?

To my understanding, tcpip_adapter_eth_input and tcpip_adapter_sta_input are automatically called by the respective init functions. Will one override the other?