Browse Source

South Korea KR920-923

Keonsoon Hwang 4 years ago
parent
commit
f2318efbbb
2 changed files with 12 additions and 0 deletions
  1. 1 0
      src/configGway.h
  2. 11 0
      src/loraModem.h

+ 1 - 0
src/configGway.h

@@ -84,6 +84,7 @@
 // CN779-787	(Not Used!)
 // EU433		Europe
 // AS923		(Not Used)
+// KR920    South Korea
 // You can find the definitions in "loraModem.h" and frequencies in
 // See https://www.thethingsnetwork.org/docs/lorawan/frequency-plans.html
 #define EU863_870 1

+ 11 - 0
src/loraModem.h

@@ -158,6 +158,17 @@ vector freqs [] = {
 	{         0,   0, 0,  0, 866550000, 125, 10, 10}			// RX2
 };
 
+#elif defined(KR920)
+vector freqs [] = {
+  { 922100000, 125, 7, 12, 922100000, 125,  7, 12},     //  SF7BW125 to SF12BW125
+  { 922300000, 125, 7, 12, 922300000, 125,  7, 12},     //  SF7BW125 to SF12BW125
+  { 922500000, 125, 7, 12, 922500000, 125,  7, 12},     //  SF7BW125 to SF12BW125
+  { 922700000, 125, 7, 12, 922700000, 125,  7, 12},     //  SF7BW125 to SF12BW125
+  { 922900000, 125, 7, 12, 922900000, 125,  7, 12},     //  SF7BW125 to SF12BW125
+  { 923100000, 125, 7, 12, 923100000, 125,  7, 12},     //  SF7BW125 to SF12BW125
+  { 923300000, 125, 7, 12, 923300000, 125,  7, 12},     //  SF7BW125 to SF12BW125
+
+};
 #else
 vector freqs [] = {
 	// Print an Error, Not supported