mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-01 23:51:49 +01:00
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:
@@ -26,7 +26,7 @@
|
||||
{ \
|
||||
.base = ESP_NETIF_BASE_DEFAULT_ETH, \
|
||||
.stack = ESP_NETIF_NETSTACK_DEFAULT_ETH, \
|
||||
.driver = ESP_NETIF_DRIVER_DEFAULT_ETH, \
|
||||
.driver = NULL, \
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user