Merge branch 'netconn_example' of https://github.com/Zaltora/esp-open-rtos into netconn_example
This commit is contained in:
commit
f1b1efdba4
1 changed files with 6 additions and 0 deletions
|
|
@ -28,6 +28,12 @@
|
||||||
#define debug(s, ...)
|
#define debug(s, ...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if (DHCP_DEBUG == LWIP_DBG_ON)
|
||||||
|
#define debug(s, ...) printf("%s: " s "\n", "DHCP", ## __VA_ARGS__)
|
||||||
|
#else
|
||||||
|
#define debug(s, ...)
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Grow the size of the lwip dhcp_msg struct's options field, as LWIP
|
/* Grow the size of the lwip dhcp_msg struct's options field, as LWIP
|
||||||
defaults to a 68 octet options field for its DHCP client, and most
|
defaults to a 68 octet options field for its DHCP client, and most
|
||||||
full-sized clients send us more than this. */
|
full-sized clients send us more than this. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue