Fix example broken by DHCP update (#461)
This commit is contained in:
parent
cb4ea206fa
commit
715bc8148c
2 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ void user_init(void)
|
|||
|
||||
ip_addr_t first_client_ip;
|
||||
IP4_ADDR(&first_client_ip, 172, 16, 0, 2);
|
||||
dhcpserver_start(&first_client_ip, 4);
|
||||
dhcpserver_start(sdk_system_get_netif(SOFTAP_IF), &first_client_ip, 4);
|
||||
printf("DHCP started\n");
|
||||
|
||||
//Create a queue to store events on netconns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue