disable lmic debug output
This commit is contained in:
parent
df25a9de1a
commit
831d94c120
@ -43,7 +43,7 @@
|
|||||||
// enable more verbose output. Make sure that printf is actually
|
// enable more verbose output. Make sure that printf is actually
|
||||||
// configured (e.g. on AVR it is not by default), otherwise using it can
|
// configured (e.g. on AVR it is not by default), otherwise using it can
|
||||||
// cause crashing.
|
// cause crashing.
|
||||||
#define LMIC_DEBUG_LEVEL 1
|
//#define LMIC_DEBUG_LEVEL 1
|
||||||
|
|
||||||
// Enable this to allow using printf() to print to the given serial port
|
// Enable this to allow using printf() to print to the given serial port
|
||||||
// (or any other Print object). This can be easy for debugging. The
|
// (or any other Print object). This can be easy for debugging. The
|
||||||
|
Loading…
Reference in New Issue
Block a user