mirror of https://github.com/aredn/aredn.git
hardware🆕 Add testing support for AirGrid M2 0xe212
Reported information and board information do not appear to line up, device will need further testing to verify actual details. Max Power and Power Offset are of concern. ref BBHN->ticket:71
This commit is contained in:
parent
b5dba400cc
commit
b7dcfdd9ce
|
@ -999,6 +999,17 @@ sub hardware_info
|
|||
'usechains' => 0,
|
||||
'rfband' => '5800ubntus',
|
||||
},
|
||||
'0xe212' => {
|
||||
'name' => 'airGrid M2',
|
||||
'comment' => 'airGrid M2 -- Reported as an hp',
|
||||
'supported' => '-2',
|
||||
'maxpower' => '18',
|
||||
'pwroffset' => '10',
|
||||
'antennas' => { 1 => 'airGrid' },
|
||||
'defaultant' => 1,
|
||||
'usechains' => 0,
|
||||
'rfband' => '2400',
|
||||
},
|
||||
'0xe215' => {
|
||||
'name' => 'airGrid M5',
|
||||
'comment' => 'airGrid M5',
|
||||
|
|
Loading…
Reference in New Issue