Wifi web based configuration.

This commit is contained in:
ourairquality 2016-09-02 23:02:57 +10:00 committed by Our Air Quality
parent 5c885c7722
commit 26a5eba0ad
19 changed files with 2109 additions and 5 deletions

View file

@ -50,7 +50,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(&first_client_ip, 4, false);
xTaskCreate(telnetTask, "telnetTask", 512, NULL, 2, NULL);
}