bugfix: channelmaps: 3400 frequency was showing 54**

Forgot to change the 5 to a 3 when writing the channelmap
This commit is contained in:
Conrad Lara - KG6JEI 2015-04-01 10:07:30 -07:00
parent 5414cb2f86
commit ba045c292a
1 changed files with 5 additions and 5 deletions

View File

@ -62,11 +62,11 @@ sub rf_channel_map
11 => "11 (2462)", 11 => "11 (2462)",
}, },
'3400' => { '3400' => {
95 => "(5475)", 95 => "(3475)",
96 => "(5480)", 96 => "(3480)",
97 => "(5485)", 97 => "(3485)",
98 => "(5490)", 98 => "(3490)",
99 => "(5495)", 99 => "(3495)",
}, },
'5500' => { '5500' => {
37 => "36 (5190)", 37 => "36 (5190)",