Semtech LoRaWAN-demo configured for 915MHz operation and multi-radio support (SX1276/SX1272)
Dependencies: mbed LoRaWAN-lib SX1272Lib SX1276Lib
Fork of LoRaWAN-demo-72 by
Revision 9:3811f426252c, committed 2017-06-28
- Comitter:
- shaunkrnelson
- Date:
- Wed Jun 28 19:41:37 2017 +0000
- Parent:
- 8:a35d5c979745
- Commit message:
- Set application dutycycle to 1 minute; Default to unconfirmed uplinks
Changed in this revision
app/main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r a35d5c979745 -r 3811f426252c app/main.cpp --- a/app/main.cpp Wed Jun 28 19:13:35 2017 +0000 +++ b/app/main.cpp Wed Jun 28 19:41:37 2017 +0000 @@ -23,7 +23,7 @@ /*! * Defines the application data transmission duty cycle. 5s, value in [ms]. */ -#define APP_TX_DUTYCYCLE 5000 +#define APP_TX_DUTYCYCLE 60000 /*! * Defines a random delay for application data transmission duty cycle. 1s, @@ -39,7 +39,7 @@ /*! * LoRaWAN confirmed messages */ -#define LORAWAN_CONFIRMED_MSG_ON true +#define LORAWAN_CONFIRMED_MSG_ON false /*! * LoRaWAN Adaptive Data Rate