lmic debugging

This commit is contained in:
sessionm21
2020-05-16 02:27:51 +01:00
parent 5c8bf78f72
commit 4b27aad026
4 changed files with 42 additions and 12 deletions

View File

@@ -13,3 +13,9 @@
#define DISABLE_BEACONS
// #define DISABLE_LMIC_FAILURE_TO
#define USE_IDEETRON_AES
#ifndef LORA_DEBUG_F
#define LORA_DEBUG_F
extern void debug_function(char*);
#endif