Missing channels -4 and -3

This commit is contained in:
Tim Wilkinson 2022-06-08 10:59:16 -07:00 committed by Joe AE6XE
parent 40fb320290
commit 0a6f4a7a48
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ do
end end
for i = -4,11 for i = -4,11
do do
rf_channel_map["2400"][i + (i <= 0 and 3 or 2)] = { label = i .. " (" .. (2407 + i * 5) .. ")", number = i, frequency = 2407 + i * 5 } rf_channel_map["2400"][i + (i <= 0 and 5 or 4)] = { label = i .. " (" .. (2407 + i * 5) .. ")", number = i, frequency = 2407 + i * 5 }
end end
for i = 76,99 for i = 76,99
do do