Update Webserver project to remove DHCP IP configuration status notification.
This commit is contained in:
parent
f0ff633962
commit
edc4db41f4
8 changed files with 7 additions and 23 deletions
|
@ -157,9 +157,6 @@ void DHCPClientApp_Callback(void)
|
|||
uip_setnetmask((uip_ipaddr_t*)&AppState->DHCPClient.DHCPOffer_Data.Netmask);
|
||||
uip_setdraddr((uip_ipaddr_t*)&AppState->DHCPClient.DHCPOffer_Data.GatewayIP);
|
||||
|
||||
/* Indicate to the user that we now have a valid IP configuration */
|
||||
HaveIPConfiguration = true;
|
||||
|
||||
AppState->DHCPClient.CurrentState = DHCP_STATE_AddressLeased;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue