EU 868Mhz configured version of LMiC 1.5
Dependents: STM32F103C8T6_LoRaWAN-lmic-app
Fork of LMiC by
Revision 5:fdc0318ba13e, committed 2016-11-10
- Comitter:
- orangeway
- Date:
- Thu Nov 10 23:13:40 2016 +0000
- Parent:
- 4:85b2b647cb64
- Commit message:
- changed default to CFG_eu868
Changed in this revision
lmic.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 85b2b647cb64 -r fdc0318ba13e lmic.h --- a/lmic.h Thu Nov 26 17:17:08 2015 +0000 +++ b/lmic.h Thu Nov 10 23:13:40 2016 +0000 @@ -16,8 +16,8 @@ #define _lmic_h_ // MBED compiler options -//#define CFG_eu868 1 -#define CFG_us915 1 +#define CFG_eu868 1 +//#define CFG_us915 1 #define CHNL_HYBRID 0 /* US915: 0-7 to select block of 8 channels used */ #define USE_SMTC_RADIO_DRIVER 1