10000 Merge pull request #3 from arihantdaga/patch-1 · d-a-v/Arduino@2585d69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2585d69

Browse files
authored
Merge pull request #3 from arihantdaga/patch-1
Disable DEBUG_ESP_MDNS_RESPONDER by default
2 parents eabdc19 + 7498d4c commit 2585d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266mDNS/src/LEAmDNS_Priv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace LEAmDNS {
3232

3333
// Enable class debug functions
3434
#define ESP_8266_MDNS_INCLUDE
35-
#define DEBUG_ESP_MDNS_RESPONDER
35+
// #define DEBUG_ESP_MDNS_RESPONDER
3636

3737

3838
#ifndef LWIP_OPEN_SRC

0 commit comments

Comments
 (0)
0