fix adhoc hack

This commit is contained in:
Maciej Krüger 2021-12-12 14:02:53 +01:00 committed by Alexander List
parent 807a810049
commit 45ee680cd0

View File

@ -135,7 +135,7 @@ local function configure_mesh(config, radio, index, suffix, disabled)
local id = config.id local id = config.id
if user_adjustable_channel then if user_adjustable_channel then
id = string.format(template, channel) id = string.format(id, channel)
end end
-- mode mesh, adhoc -- mode mesh, adhoc