Skip to content

Commit 07cf35d

Browse files
committed
config: Add IN865 region config.
1 parent a35a9e7 commit 07cf35d

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

configuration/region_in865.toml

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

0 commit comments

Comments
 (0)