mirror of https://github.com/aredn/aredn.git
Add testing support for the PowerBridge M5
This commit is contained in:
parent
5abeb8f7ac
commit
8d3b63a3f3
|
@ -1500,6 +1500,15 @@ sub hardware_info
|
||||||
'usechains' => 1,
|
'usechains' => 1,
|
||||||
'rfband' => '5800ubntus',
|
'rfband' => '5800ubntus',
|
||||||
},
|
},
|
||||||
|
'0xe1a5' => {
|
||||||
|
'name' => 'PowerBridge M5',
|
||||||
|
'comment' => 'PowerBridge M5 (in testing)',
|
||||||
|
'supported' => '-2',
|
||||||
|
'maxpower' => '22',
|
||||||
|
'pwroffset' => '5',
|
||||||
|
'usechains' => 1,
|
||||||
|
'rfband' => '5800ubntus',
|
||||||
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
$boardid = hardware_boardid();
|
$boardid = hardware_boardid();
|
||||||
|
|
Loading…
Reference in New Issue