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

@ -26,7 +26,7 @@ extern "C" {
to a client. Subsequent lease addresses are calculated by
incrementing the final octet of the IPv4 address, up to max_leases.
*/
void dhcpserver_start(const ip_addr_t *first_client_addr, uint8_t max_leases);
void dhcpserver_start(const ip_addr_t *first_client_addr, uint8_t max_leases, bool dns);
void dhcpserver_get_lease(const ip_addr_t *first_client_addr, uint8_t max_leases);