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.
Fork of LoRaWAN-lib_gps_lora by
Diff: LoRaMac.cpp
- Revision:
- 11:0cbf861e53f8
- Parent:
- 8:26002607de9c
diff -r 26002607de9c -r 0cbf861e53f8 LoRaMac.cpp
--- a/LoRaMac.cpp Mon Apr 24 09:42:37 2017 +0000
+++ b/LoRaMac.cpp Thu Nov 16 14:26:17 2017 +0000
@@ -405,8 +405,9 @@
static ChannelParams_t Channels[LORA_MAX_NB_CHANNELS] =
{
LC1,
- LC2,
- LC3,
+ //Commented out by Chris
+ //LC2,
+ //LC3,
};
#elif defined( USE_BAND_915 ) || defined( USE_BAND_915_HYBRID )
/*!
@@ -3391,7 +3392,9 @@
#elif defined( USE_BAND_780 )
DutyCycleOn = true;
#elif defined( USE_BAND_868 )
- DutyCycleOn = true;
+ //Edited by Chris
+ //DutyCycleOn = true;
+ DutyCycleOn = false;
#elif defined( USE_BAND_915 ) || defined( USE_BAND_915_HYBRID )
DutyCycleOn = false;
#else
