Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed LoRaWAN-lib SX1272Lib
Fork of LoRaWAN-demo-72 by
Diff: app/main.cpp
- Revision:
- 5:84f7d3ce26ee
- Parent:
- 3:3152aa75c58d
--- a/app/main.cpp Wed May 18 11:33:36 2016 +0000 +++ b/app/main.cpp Wed May 25 11:36:55 2016 +0000 @@ -44,7 +44,7 @@ /*! * LoRaWAN confirmed messages */ -#define LORAWAN_CONFIRMED_MSG_ON true +#define LORAWAN_CONFIRMED_MSG_ON false /*! * LoRaWAN Adaptive Data Rate @@ -64,7 +64,7 @@ */ #define LORAWAN_DUTYCYCLE_ON true -#define USE_SEMTECH_DEFAULT_CHANNEL_LINEUP 1 +#define USE_SEMTECH_DEFAULT_CHANNEL_LINEUP 0 #if( USE_SEMTECH_DEFAULT_CHANNEL_LINEUP == 1 )
