pcb changes
Fork of LoRaWAN-lib_gps_lora by
Diff: LoRaMac.cpp
- Revision:
- 11:0cbf861e53f8
- Parent:
- 8:26002607de9c
--- 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