mirror of https://github.com/aredn/aredn.git
bugfix: channelmaps: 3400 frequency was showing 54**
Forgot to change the 5 to a 3 when writing the channelmap
This commit is contained in:
parent
5414cb2f86
commit
ba045c292a
|
@ -62,11 +62,11 @@ sub rf_channel_map
|
|||
11 => "11 (2462)",
|
||||
},
|
||||
'3400' => {
|
||||
95 => "(5475)",
|
||||
96 => "(5480)",
|
||||
97 => "(5485)",
|
||||
98 => "(5490)",
|
||||
99 => "(5495)",
|
||||
95 => "(3475)",
|
||||
96 => "(3480)",
|
||||
97 => "(3485)",
|
||||
98 => "(3490)",
|
||||
99 => "(3495)",
|
||||
},
|
||||
'5500' => {
|
||||
37 => "36 (5190)",
|
||||
|
|
Loading…
Reference in New Issue