LWIP is not initialised when Wi-Fi is not enabled, but Ethernet is. This commit checks if the Ethernet has been enabled with the define CONFIG_AT_ETHERNET_SUPPORT, and if so initialise the network interface.
@harryg-oss Thank you for your pull request. You are correct :+1:! We will merge it into our internal code and automatically synchronize it to GitHub through our CI process.
LWIP is not initialised when Wi-Fi is not enabled, but Ethernet is. This commit checks if the Ethernet has been enabled with the define CONFIG_AT_ETHERNET_SUPPORT, and if so initialise the network interface.