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 by
Revision 12:4c798c75e166, committed 2017-12-04
- Comitter:
- Rishin
- Date:
- Mon Dec 04 14:46:43 2017 +0000
- Parent:
- 11:0cbf861e53f8
- Commit message:
- initial commit
Changed in this revision
| LoRaMac-definitions.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/LoRaMac-definitions.h Thu Nov 16 14:26:17 2017 +0000
+++ b/LoRaMac-definitions.h Mon Dec 04 14:46:43 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
