2020-05-15 14:20:43 -07:00
|
|
|
// project-specific definitions
|
|
|
|
//#define CFG_eu868 1
|
|
|
|
#define CFG_us915 1
|
|
|
|
//#define CFG_au915 1
|
|
|
|
//#define CFG_as923 1
|
|
|
|
// #define LMIC_COUNTRY_CODE LMIC_COUNTRY_CODE_JP /* for as923-JP */
|
|
|
|
//#define CFG_kr920 1
|
|
|
|
//#define CFG_in866 1
|
|
|
|
#define CFG_sx1276_radio 1
|
|
|
|
//#define LMIC_USE_INTERRUPTS
|
|
|
|
#define DISABLE_JOIN
|
|
|
|
#define DISABLE_PING
|
|
|
|
#define DISABLE_BEACONS
|
2020-05-15 15:14:53 -07:00
|
|
|
// #define DISABLE_LMIC_FAILURE_TO
|
2020-05-15 23:12:03 -07:00
|
|
|
// #define USE_IDEETRON_AES
|
2020-05-15 18:27:51 -07:00
|
|
|
|
|
|
|
#ifndef LORA_DEBUG_F
|
|
|
|
#define LORA_DEBUG_F
|
|
|
|
extern void debug_function(char*);
|
|
|
|
#endif
|