Senet-ized LMIC for MOTE_L152RC
Fork of lmic_MOTE_L152RC by
Diff: config.h
- Revision:
- 11:f3bc5f37ddf3
- Child:
- 13:097c74da6ffe
--- /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 */


