Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LMiC by
Revision 5:6cd8f10759c2, committed 2016-06-29
- Comitter:
- sillevl
- Date:
- Wed Jun 29 14:25:38 2016 +0000
- Parent:
- 4:85b2b647cb64
- Child:
- 6:59bd35cd865a
- Commit message:
- finally working?!
Changed in this revision
| lmic.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/lmic.h Thu Nov 26 17:17:08 2015 +0000 +++ b/lmic.h Wed Jun 29 14:25:38 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
