File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
helm/charts/chirpstack/templates Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 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 ]]
Original file line number Diff line number Diff 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]]
You can’t perform that action at this time.
0 commit comments