blob: b7110ea4ef5685c8222fc852da9d267a1369fc18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// 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_LMIC_FAILURE_TO
|