Add missing sub-bands for US915 configuration examples
Failure to specify corresponding bands in the 64-71 range leads to broken sub-band configuration and inability of client devices to transmit. Fixes issue #42 .
This commit is contained in:
parent
4b2c75372b
commit
a32aec78c8
@ -17,7 +17,7 @@ net_id="000000"
|
||||
name="US915"
|
||||
|
||||
[network_server.network_settings]
|
||||
enabled_uplink_channels=[0, 1, 2, 3, 4, 5, 6, 7]
|
||||
enabled_uplink_channels=[0, 1, 2, 3, 4, 5, 6, 7, 64]
|
||||
|
||||
[network_server.gateway.backend.mqtt]
|
||||
server="tcp://mosquitto:1883"
|
||||
|
@ -19,7 +19,7 @@ net_id="000000"
|
||||
name="US915"
|
||||
|
||||
[network_server.network_settings]
|
||||
enabled_uplink_channels=[8, 9, 10, 11, 12, 13, 14, 15]
|
||||
enabled_uplink_channels=[8, 9, 10, 11, 12, 13, 14, 15, 65]
|
||||
|
||||
[network_server.gateway.backend.mqtt]
|
||||
server="tcp://mosquitto:1883"
|
||||
|
Loading…
Reference in New Issue
Block a user