mQ Branch for NA mote testing
Dependencies: LoRaWAN-lib SX1272Lib-mQ lib_gps lib_mma8451q lib_mpl3115a2 mbed
Fork of LoRaWAN-NAMote72-Application-Demo by
Diff: app/Config.h
- Revision:
- 19:e136bd75eabd
- Parent:
- 18:18408c3c2d0c
--- a/app/Config.h Mon Apr 24 13:47:27 2017 +0000 +++ b/app/Config.h Fri Mar 30 19:02:45 2018 +0000 @@ -20,7 +20,7 @@ * Configure End-Device to use 8-channels corresponding to Block A * Comment/Uncomment to disable/enable Hybrid mode */ -// #define USE_BAND_915_HYBRID +//#define USE_BAND_915_HYBRID #ifndef USE_BAND_915_HYBRID /*! @@ -33,21 +33,21 @@ /*! * Defines the application data transmission periodicity. It is the time between RX1/RX2 and next TX */ -#define APP_TX_DUTYCYCLE 5000 // value in ms +#define APP_TX_DUTYCYCLE 2000 // value in ms /*! * LoRaWAN confirmed messages * \remark 1 : Confirmed messages enabled. Must receive ACK from network server 0 : Confirmed messages disabled. */ -#define LORAWAN_CONFIRMED_MSG_ON 1 +#define LORAWAN_CONFIRMED_MSG_ON 0 /*! * LoRaWAN Adaptive Data Rate * * \remark Please note that when ADR is enabled the end-device uses default datarate of DR_0 */ -#define LORAWAN_ADR_ON 1 +#define LORAWAN_ADR_ON 0 /*! * Default mote datarate