mirror of https://github.com/aredn/aredn.git
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:
parent
7a28c18bfd
commit
3c4eee4f0f
|
@ -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' => '',
|
||||
|
|
Loading…
Reference in New Issue