Skip to content

Commit 2ada71b

Browse files
no debugging by default
1 parent 8b02008 commit 2ada71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/StandardFirmataEthernet/EthernetClientStream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#define MILLIS_RECONNECT 5000
2424

25-
#define DEBUG
25+
//#define DEBUG
2626
#ifdef DEBUG
2727
#define DEBUG_PRINTLN(x) Serial.println (x)
2828
#define DEBUG_PRINT(x) Serial.print (x)

0 commit comments

Comments
 (0)