Add testing support for NanoStation Loco M2

Added NanoStation Loco M2
board.sysid=0xe0a2
radio.1.txpower.max=23
radio.1.txpower.offset=2
radio.1.antennas=1

Chains are not 100% guranteed to be accurate.

Belive from http://community.ubnt.com/t5/airOS-Software-Configuration/chain-0-1/td-p/140354
that Chain0 is Vertical Chain1 Horizontal when mounted vertically

Chain Mask is pulled from the Rocket M mask as this is the only sample
we have in the database.

see BBHN->ticket:11
This commit is contained in:
Conrad Lara - KG6JEI 2013-12-13 22:15:40 -08:00
parent 7a28c18bfd
commit 3c4eee4f0f
1 changed files with 10 additions and 0 deletions

View File

@ -888,6 +888,16 @@ sub hardware_info
'comment' => 'Not enough Ram or flash',
'supported' => '-1',
},
'0xe0a2' => {
'name' => 'NanoStation Loco M2',
'comment' => 'IN TESTING: To be promoted when confirmed working. Chains require verification',
'supported' => '-1',
'maxpower' => '21',
'pwroffset' => '2',
'antennas' => { 1 => "Horizontal", 2 => "Vertical", 3 => "Diversity" },
'defaultant' => 1,
'usechains' => 0,
},
'0xe1b2' => {
'name' => 'Rocket M2',
'comment' => '',