This commit is contained in:
Our Air Quality 2017-08-04 21:40:01 +00:00 committed by GitHub
commit 14a83f377b
19 changed files with 2109 additions and 5 deletions

View file

@ -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);
}