mirror of https://github.com/aredn/aredn.git
feature: include boardid for Rocket M5 XW
This commit is contained in:
parent
0c776ab932
commit
4d12a6f535
|
@ -1272,6 +1272,15 @@ sub hardware_info
|
|||
'usechains' => 1,
|
||||
'rfband' => '5800ubntus',
|
||||
},
|
||||
'Ubiquiti Rocket M XW' => {
|
||||
'name' => 'Rocket M5 XW',
|
||||
'comment' => 'Rocket M5 XW 0xe6b5 (in testing)',
|
||||
'supported' => '-2',
|
||||
'maxpower' => '22',
|
||||
'pwroffset' => '5',
|
||||
'usechains' => 1,
|
||||
'rfband' => '5800ubntus',
|
||||
},
|
||||
);
|
||||
|
||||
$boardid = hardware_boardid();
|
||||
|
|
Loading…
Reference in New Issue