20171208

Fork of LoRaWAN-lib by Semtech

Revision:
11:de2cdd1f253e
Parent:
8:26002607de9c
--- a/LoRaMac.cpp	Mon Apr 24 09:42:37 2017 +0000
+++ b/LoRaMac.cpp	Fri Dec 08 14:22:31 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