mirror of
https://github.com/espressif/esp-lwip.git
synced 2026-08-16 23:17:58 +00:00
dhcp:init fine timer when dhcp start
This commit is contained in:
@@ -888,7 +888,7 @@ dhcp_start(struct netif *netif)
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
ESP_LWIP_DHCP_FINE_CLOSE();
|
||||||
/* (re)start the DHCP negotiation */
|
/* (re)start the DHCP negotiation */
|
||||||
result = dhcp_discover(netif);
|
result = dhcp_discover(netif);
|
||||||
if (result != ERR_OK) {
|
if (result != ERR_OK) {
|
||||||
|
|||||||
Reference in New Issue
Block a user