Senet-ized LMIC for MOTE_L152RC
Fork of lmic_MOTE_L152RC by
Revision 11:f3bc5f37ddf3, committed 2016-03-07
- Comitter:
- shaunkrnelson
- Date:
- Mon Mar 07 17:54:50 2016 +0000
- Parent:
- 10:6c0830baf10f
- Child:
- 12:be4139e16c6f
- Commit message:
- Adding config.h
Changed in this revision
| config.h | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config.h Mon Mar 07 17:54:50 2016 +0000 @@ -0,0 +1,11 @@ +#define CFG_us915 + +#define CFG_sx1272_radio + +// Disables assert macro +#define CFG_noassert + +// No tx confirm retries +#define CFG_TXCONF_NO_RETRIES + +//#define CHNL_HYBRID 0 /* 0-7 to select block of 8 channels used */


