LoRaWAN application using SX1272
Dependencies: X_NUCLEO_IKS01A1 driver_mbed_TH02 LoRaWAN-lib-v1_0_1 SX1272Lib mbed
Fork of LoRaWAN-SX1272-Application-Demo by
Revision 6:dfba69760b76, committed 2017-11-10
- Comitter:
- ubhat
- Date:
- Fri Nov 10 09:42:56 2017 +0000
- Parent:
- 5:87701e78d0ce
- Commit message:
- minor changes
Changed in this revision
app/Config.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/app/Config.h Fri Nov 10 09:36:09 2017 +0000 +++ b/app/Config.h Fri Nov 10 09:42:56 2017 +0000 @@ -30,7 +30,8 @@ #else -#define USE_BAND_915_HYBRID_BLOCK_D +// define channel block: e.g. USE_BAND_915_HYBRID_BLOCK_A, USE_BAND_915_HYBRID_BLOCK_B ... USE_BAND_915_HYBRID_BLOCK_H etc. +#define USE_BAND_915_HYBRID_BLOCK_A #endif @@ -44,6 +45,9 @@ */ #define APP_TX_DUTYCYCLE 6000000 // value in us +/*! + * Defines the randomness in the dutycycle. + */ #define APP_TX_DUTYCYCLE_RND 3000000 /*!