Closed masenf closed 3 years ago
i'm actually going to hack this in a slightly different way for now:
new function in dzcb.output.dmrconfig
that will limit_channels_by_zone(zones, n_channels)
, essentially taking the first n_channels from the first N zones.
this sort of aligns with the current contact hack in CodeplugIndex
, so I think it makes sense to make this kind of change in CodeplugIndex
, a channel hack if you will.
Some radios have limited channel memory and will truncate the channel list, so the channels at the top of the list need to correspond to the zones at the top of the list, or desired zones will end up being pruned because their channels exceed the limit.