pcb changes
Fork of LoRaWAN-lib_gps_lora by
Revision 13:a65c2504f3d2, committed 2017-12-01
- Comitter:
- cdebank
- Date:
- Fri Dec 01 18:07:23 2017 +0000
- Parent:
- 12:97ffb19b5627
- Commit message:
- pcb cnahges
Changed in this revision
LoRaMac-definitions.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 97ffb19b5627 -r a65c2504f3d2 LoRaMac-definitions.h --- a/LoRaMac-definitions.h Wed Nov 22 21:37:37 2017 +0000 +++ b/LoRaMac-definitions.h Fri Dec 01 18:07:23 2017 +0000 @@ -465,11 +465,11 @@ */ // Channel = { Frequency [Hz], { ( ( DrMax << 4 ) | DrMin ) }, Band } //Commented out by Chris -#define LC1 { 868100000, { ( ( DR_5 << 4 ) | DR_0 ) }, 1 } +//#define LC1 { 868100000, { ( ( DR_5 << 4 ) | DR_0 ) }, 1 } //#define LC2 { 868300000, { ( ( DR_5 << 4 ) | DR_0 ) }, 1 } //#define LC3 { 868500000, { ( ( DR_5 << 4 ) | DR_0 ) }, 1 } -//#define LC1 { 869400000, { ( ( DR_5 << 4 ) | DR_5 ) }, 3 } +#define LC1 { 869400000, { ( ( DR_5 << 4 ) | DR_5 ) }, 3 } /*! * LoRaMac channels which are allowed for the join procedure