mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
optimization dhcp key state transition message
This commit is contained in:
@@ -848,6 +848,12 @@
|
||||
#define DHCP_DEBUG LWIP_DBG_OFF
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_LWIP_DHCP_STATE_DEBUG
|
||||
#define ESP_DHCP_DEBUG LWIP_DBG_ON
|
||||
#else
|
||||
#define ESP_DHCP_DEBUG LWIP_DBG_OFF
|
||||
#endif
|
||||
|
||||
/**
|
||||
* IP_DEBUG: Enable debugging for IP.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user