lwip/dhcps: Support for dynamic dhcp server instances

This commit is contained in:
David Cermak
2022-01-19 19:50:49 +01:00
parent bab051f450
commit c005b04d1c
8 changed files with 264 additions and 208 deletions

View File

@@ -1344,7 +1344,7 @@
*/
#ifdef CONFIG_LWIP_DHCPS
#define ESP_DHCPS 1
#define ESP_DHCPS_TIMER 1
#define ESP_DHCPS_TIMER 0
#else
#define ESP_DHCPS 0
#define ESP_DHCPS_TIMER 0