Turn off mdnsresponder debugging by default
Currently mdnsresponder outputs debug info by default. Make this optional by defining: #define MDNS_RESPONDER_DEBUGGING=1
This commit is contained in:
parent
a16997dee1
commit
fdd3b6e20c
2 changed files with 11 additions and 0 deletions
|
|
@ -21,6 +21,11 @@
|
|||
#define MDNS_RESPONDER_REPLY_SIZE 320
|
||||
#endif
|
||||
|
||||
#ifndef MDNS_RESPONDER_DEBUGGING
|
||||
#define MDNS_RESPONDER_DEBUGGING 0
|
||||
#endif
|
||||
|
||||
|
||||
// Starts the mDNS responder task, call first
|
||||
void mdns_init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue