Skip to content

Commit 19fc85c

Browse files
Merge branch 'stage'
2 parents f2d9113 + 9e6860d commit 19fc85c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

configuration/chirpstack/region_eu868.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@
104104
# Region specific network configuration.
105105
[regions.network]
106106

107+
# Minimum data-rate.
108+
min_dr=0
109+
110+
# Maximum data-rate.
111+
max_dr=7
112+
107113
# Below is the common set of extra channels. Please make sure that these
108114
# channels are also supported by the gateways.
109115
[[regions.network.extra_channels]]

helm/charts/chirpstack/templates/configmap.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ data:
133133
# Region specific network configuration.
134134
[regions.network]
135135
136+
# Minimum data-rate.
137+
min_dr=0
138+
139+
# Maximum data-rate.
140+
max_dr=7
141+
136142
# Below is the common set of extra channels. Please make sure that these
137143
# channels are also supported by the gateways.
138144
[[regions.network.extra_channels]]

0 commit comments

Comments
 (0)