Skip to content

Commit 3a1e29d

Browse files
added dhcp_inform call
1 parent 664fc69 commit 3a1e29d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/lwIpWrapper/src/CNetIf.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ void CNetIf::config(IPAddress _ip, IPAddress _gw, IPAddress _nm) {
389389
#ifdef LWIP_DHCP
390390
dhcpStop();
391391
dhcpStart();
392+
dhcpNotUsed();
392393
#endif
393394

394395
ip_addr_t ip = fromArduinoIP(_ip);

0 commit comments

Comments
 (0)