We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df25a9d commit 831d94cCopy full SHA for 831d94c
src/lmic_config.h
@@ -43,7 +43,7 @@
43
// enable more verbose output. Make sure that printf is actually
44
// configured (e.g. on AVR it is not by default), otherwise using it can
45
// cause crashing.
46
-#define LMIC_DEBUG_LEVEL 1
+//#define LMIC_DEBUG_LEVEL 1
47
48
// Enable this to allow using printf() to print to the given serial port
49
// (or any other Print object). This can be easy for debugging. The
0 commit comments