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:
Alex Villacís Lasso 2021-03-18 14:19:41 -05:00
parent 4b2c75372b
commit a32aec78c8
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"