esp_netif: update default DHCP IP addresses to be in line with old interface, added loopback implementation, explicit esp-netif init, sanity checks for parameters added
This commit is contained in:
@@ -102,15 +102,6 @@ typedef struct {
|
||||
.on_lowlevel_deinit_done = NULL, \
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Default esp-netif driver related configuration
|
||||
*
|
||||
*/
|
||||
#define ESP_NETIF_DRIVER_DEFAULT_ETH _g_eth_driver_ifconfig
|
||||
|
||||
struct esp_netif_driver_ifconfig;
|
||||
extern const struct esp_netif_driver_ifconfig *_g_eth_driver_ifconfig;
|
||||
|
||||
/**
|
||||
* @brief Install Ethernet driver
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user