소스 검색

disable debug

Chris Mullins 8 년 전
부모
커밋
96bffabfef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/Udp/MiLightUdpServer.h

+ 1 - 1
lib/Udp/MiLightUdpServer.h

@@ -8,7 +8,7 @@
 #define MILIGHT_PACKET_BUFFER_SIZE 30 
 
 // Uncomment to enable Serial printing of packets
-#define MILIGHT_UDP_DEBUG
+// #define MILIGHT_UDP_DEBUG
 
 #ifndef _MILIGHT_UDP_SERVER
 #define _MILIGHT_UDP_SERVER