Update lmic_config.h

This commit is contained in:
Verkehrsrot 2023-05-06 14:22:35 +02:00 committed by GitHub
parent 6b5ca5a452
commit 0c36b07bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
@ -106,4 +106,4 @@
//#define USE_MBEDTLS_AES //#define USE_MBEDTLS_AES
// Define this for devices with external power. // Define this for devices with external power.
//#define LMIC_MCMD_DEVS_BATT_DEFAULT MCMD_DEVS_EXT_POWER //#define LMIC_MCMD_DEVS_BATT_DEFAULT MCMD_DEVS_EXT_POWER