Add channels that are within normal 5.8GHz unit range for Rocket M3 usage.

M3 is a 5.8GHz unit with a 2GHz offset transverter.

5MHz width is recomended on these channels.

Send to spectrum analysis for verification that output looks clean.

Stepping stone to working on the wider width of the full 3.4GHz band which has more channels but unlike channels 95-100 (added in this commit) the rest are outside the normal 5.8GHz cal range (but are between two cal points so may be fine)
This commit is contained in:
Conrad Lara - KG6JEI 2015-03-31 23:42:22 -07:00
parent a73e459263
commit 6c91ec0ab4
2 changed files with 18 additions and 0 deletions

View File

@ -61,6 +61,13 @@ sub rf_channel_map
10 => "10 (2457)",
11 => "11 (2462)",
},
'3400' => {
95 => "(5475)",
96 => "(5480)",
97 => "(5485)",
98 => "(5490)",
99 => "(5495)",
},
'5500' => {
37 => "36 (5190)",
40 => "40 (5200)",

View File

@ -1007,6 +1007,17 @@ sub hardware_info
'usechains' => 1,
'rfband' => '900',
},
'0xe1c3' => {
'name' => 'Rocket M3',
'comment' => 'In Testing',
'supported' => '-2',
'maxpower' => '22',
'pwroffset' => '3',
'antennas' => { 1 => "Chain0", 2 => "Chain1", 3 => "Diversity"},
'defaultant' => 3,
'usechains' => 1,
'rfband' => '3400',
},
'0xe202' => {
'name' => 'Bullet M2 HP',
'comment' => '',