Merge fix: correct max power setting NS loco XW

This commit is contained in:
AE6XE 2015-11-25 21:24:59 -08:00
commit 905c17b916
1 changed files with 7 additions and 7 deletions

View File

@ -1263,15 +1263,15 @@ sub hardware_info
'usechains' => 1,
'rfband' => '5800ubntus',
},
'Ubiquiti Loco M XW' => {
'Ubiquiti Loco M XW' => {
'name' => 'NanoStation Loco M5 XW',
'comment' => 'NanoStation Loco M5 XW 0xe845 (in testing)',
'supported' => '-2',
'maxpower' => '23',
'pwroffset' => '1',
'usechains' => 1,
'rfband' => '5800ubntus',
},
'supported' => '-2',
'maxpower' => '22',
'pwroffset' => '1',
'usechains' => 1,
'rfband' => '5800ubntus',
},
);
$boardid = hardware_boardid();