mirror of https://github.com/aredn/aredn.git
Merge branch 'RocketM3' into develop
RocketM3 will remain in untested status until we get spectrum report. ref AREDN->ticket:53
This commit is contained in:
commit
14ddd34906
|
@ -61,6 +61,13 @@ sub rf_channel_map
|
||||||
10 => "10 (2457)",
|
10 => "10 (2457)",
|
||||||
11 => "11 (2462)",
|
11 => "11 (2462)",
|
||||||
},
|
},
|
||||||
|
'3400' => {
|
||||||
|
95 => "(3475)",
|
||||||
|
96 => "(3480)",
|
||||||
|
97 => "(3485)",
|
||||||
|
98 => "(3490)",
|
||||||
|
99 => "(3495)",
|
||||||
|
},
|
||||||
'5500' => {
|
'5500' => {
|
||||||
37 => "36 (5190)",
|
37 => "36 (5190)",
|
||||||
40 => "40 (5200)",
|
40 => "40 (5200)",
|
||||||
|
|
|
@ -1029,6 +1029,17 @@ sub hardware_info
|
||||||
'usechains' => 1,
|
'usechains' => 1,
|
||||||
'rfband' => '900',
|
'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' => {
|
'0xe202' => {
|
||||||
'name' => 'Bullet M2 HP',
|
'name' => 'Bullet M2 HP',
|
||||||
'comment' => '',
|
'comment' => '',
|
||||||
|
@ -1115,7 +1126,7 @@ sub hardware_info
|
||||||
'antennas' => { 1 => "Chain0", 2 => "Chain1", 3 => "Diversity"},
|
'antennas' => { 1 => "Chain0", 2 => "Chain1", 3 => "Diversity"},
|
||||||
'defaultant' => 3,
|
'defaultant' => 3,
|
||||||
'usechains' => 1,
|
'usechains' => 1,
|
||||||
'rfband' => '2400',
|
'rfband' => '3400',
|
||||||
},
|
},
|
||||||
'0xe252' => {
|
'0xe252' => {
|
||||||
'name' => 'airGrid M2 HP',
|
'name' => 'airGrid M2 HP',
|
||||||
|
|
Loading…
Reference in New Issue