core: fix channel adjustable

This commit is contained in:
Maciej Krüger 2022-01-16 05:06:41 +01:00 committed by Alexander List
parent 6e0e4c7aed
commit 057bc2334c

View File

@ -54,7 +54,7 @@ end
local function get_channel(radio, config)
local channel
if wireless.preserve_channels(uci) then
if wireless.preserve_channels(uci) or config.channel_adjustable(false) then
-- preserved channel always wins
channel = radio.channel
elseif radio.band == '5g' and is_outdoor() then