Wifi web based configuration.
This commit is contained in:
parent
5c885c7722
commit
26a5eba0ad
19 changed files with 2109 additions and 5 deletions
|
|
@ -105,7 +105,7 @@ static void a_04_wifi_basic(void)
|
|||
|
||||
ip_addr_t first_client_ip;
|
||||
IP4_ADDR(&first_client_ip, 172, 16, 0, 2);
|
||||
dhcpserver_start(&first_client_ip, 4);
|
||||
dhcpserver_start(&first_client_ip, 4, false);
|
||||
|
||||
xTaskCreate(server_task, "setver_task", 1024, NULL, 2, NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue