Skip to content

Commit 9e4d47b

Browse files
committed
config: Add KR920 region config.
1 parent 07cf35d commit 9e4d47b

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

configuration/region_kr920.toml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
[mappings]
2+
3+
channels = [922100000, 922300000, 922500000]
4+
5+
tx_power = [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27]
6+
7+
[[mappings.data_rates]]
8+
modulation = "LORA"
9+
spreading_factor = 12
10+
bandwidth = 125000
11+
code_rate = "4/5"
12+
13+
[[mappings.data_rates]]
14+
modulation = "LORA"
15+
spreading_factor = 11
16+
bandwidth = 125000
17+
code_rate = "4/5"
18+
19+
[[mappings.data_rates]]
20+
modulation = "LORA"
21+
spreading_factor = 10
22+
bandwidth = 125000
23+
code_rate = "4/5"
24+
25+
[[mappings.data_rates]]
26+
modulation = "LORA"
27+
spreading_factor = 9
28+
bandwidth = 125000
29+
code_rate = "4/5"
30+
31+
[[mappings.data_rates]]
32+
modulation = "LORA"
33+
spreading_factor = 8
34+
bandwidth = 125000
35+
code_rate = "4/5"
36+
37+
[[mappings.data_rates]]
38+
modulation = "LORA"
39+
spreading_factor = 7
40+
bandwidth = 125000
41+
code_rate = "4/5"

0 commit comments

Comments
 (0)