mirror of https://github.com/aredn/aredn.git
feature: device support for older AirGrid M5 0xe245 tested in beta
This commit is contained in:
parent
4aff5d7a59
commit
8586a9fee8
|
@ -1164,6 +1164,15 @@ sub hardware_info
|
|||
'usechains' => 0,
|
||||
'rfband' => '2400',
|
||||
},
|
||||
'0xe245' => {
|
||||
'name' => 'airGrid M5 HP',
|
||||
'comment' => 'airGrid M5',
|
||||
'supported' => '1',
|
||||
'maxpower' => '19',
|
||||
'pwroffset' => '6',
|
||||
'usechains' => 0,
|
||||
'rfband' => '5800ubntus',
|
||||
},
|
||||
'0xe255' => {
|
||||
'name' => 'airGrid M5 HP',
|
||||
'comment' => 'airGrid M5',
|
||||
|
|
Loading…
Reference in New Issue