mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
lwip/dhcps: Support for dynamic dhcp server instances
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user