mirror of
https://github.com/espressif/esp-lwip.git
synced 2026-06-05 21:04:45 +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;
|
||||
}
|
||||
#endif
|
||||
|
||||
ESP_LWIP_DHCP_FINE_CLOSE();
|
||||
/* (re)start the DHCP negotiation */
|
||||
result = dhcp_discover(netif);
|
||||
if (result != ERR_OK) {
|
||||
|
||||
Reference in New Issue
Block a user