I am trying to add additional channels to AS923 as the default only has two channels and I want to add 923.6 to 924.4.
I have modified region_as923.toml
[regions.network]
[[regions.network.extra_channels]]
frequency = 923600000
bandwidth = 125000
modulation = "LORA"
spreading_factors = [7, 8, 9, 10, 11, 12]
Although I see the additional channels in the web dashboard under regions I am not reciving data on the channels.
I have a RAK7268v2 in packet forwarder mode.
I see the end device sending but I receive nothing.
Am I configring the extra channels correctly?