We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8070d2 commit 0738d50Copy full SHA for 0738d50
ports/raspberrypi/lwip_inc/lwipopts.h
@@ -95,7 +95,6 @@
95
#define TCPIP_DEBUG LWIP_DBG_OFF
96
#define PPP_DEBUG LWIP_DBG_OFF
97
#define SLIP_DEBUG LWIP_DBG_OFF
98
-#define DHCP_DEBUG LWIP_DBG_OFF
99
#define MDNS_DEBUG LWIP_DBG_OFF
100
101
#define LWIP_TIMEVAL_PRIVATE 0
shared/netutils/dhcpserver.h
@@ -31,6 +31,10 @@
31
#define DHCPS_BASE_IP (16)
32
#define DHCPS_MAX_IP (8)
33
34
+#ifndef DHCP_DEBUG
35
+#define DHCP_DEBUG LWIP_DBG_ON
36
+#endif
37
+
38
typedef struct _dhcp_server_lease_t {
39
uint8_t mac[6];
40
uint16_t expiry;
0 commit comments