Skip to content

Commit 831d94c

Browse files
committed
disable lmic debug output
1 parent df25a9d commit 831d94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lmic_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
// enable more verbose output. Make sure that printf is actually
4444
// configured (e.g. on AVR it is not by default), otherwise using it can
4545
// cause crashing.
46-
#define LMIC_DEBUG_LEVEL 1
46+
//#define LMIC_DEBUG_LEVEL 1
4747

4848
// Enable this to allow using printf() to print to the given serial port
4949
// (or any other Print object). This can be easy for debugging. The

0 commit comments

Comments
 (0)