21 lines
502 B
C
21 lines
502 B
C
// 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
|
|
// #define DISABLE_LMIC_FAILURE_TO
|
|
// #define USE_IDEETRON_AES
|
|
|
|
#ifndef LORA_DEBUG_F
|
|
#define LORA_DEBUG_F
|
|
extern void debug_function(char*);
|
|
#endif
|