Skip to content

Commit

Permalink
Disable debugging again.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdunk committed Jan 21, 2017
1 parent 94a08c1 commit d0601b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/mdns_test/mdns_test.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define QUESTION_SERVICE "_mqtt._tcp.local"

// Make this value as large as available ram allows.
#define MAX_MDNS_PACKET_SIZE 200
#define MAX_MDNS_PACKET_SIZE 512

#define MAX_HOSTS 4
#define HOSTS_SERVICE_NAME 0
Expand Down
2 changes: 1 addition & 1 deletion mdns.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <WiFiUdp.h>

#define DEBUG_STATISTICS // Record how many incoming packets fitted into data_buffer.
#define DEBUG_OUTPUT // Send packet summaries to Serial.
//#define DEBUG_OUTPUT // Send packet summaries to Serial.
//#define DEBUG_RAW // Send HEX ans ASCII encoded raw packet to Serial.


Expand Down

0 comments on commit d0601b4

Please sign in to comment.