mirror of https://github.com/aredn/aredn.git
bugfix: Channel "0" means "Problem" inside the kernel.
To overhaul the system to allow "0" would take a significant re-write of kernel code. At this time its best to pull channel '0' as it is not in any clear RF space (channel 1 overlaps it) ref AREDN->ticket:114
This commit is contained in:
parent
8da9756817
commit
d1253c0d9d
|
@ -51,7 +51,6 @@ sub rf_channel_map
|
|||
'2400' => {
|
||||
-2 => "-2 (2397)",
|
||||
-1 => "-1 (2402)",
|
||||
0 => "0 (2407)",
|
||||
1 => "1 (2412)",
|
||||
2 => "2 (2417)",
|
||||
3 => "3 (2422)",
|
||||
|
|
Loading…
Reference in New Issue