Increae txoffset for NanoStation Loco M2

Based on testing  airOS claims NSLM2's have a 2db amplifier it appears that they may actually have a 5db amp.

Since units keep reporting 3db lower than we expect them to we are increasing the txpower offset until we have confirmed power tests.

fixes BBHN->ticket:11, BBHN->ticket:22
This commit is contained in:
Conrad Lara - KG6JEI 2014-01-19 18:38:26 -08:00
parent 7577bc2286
commit 16b4c2a201
1 changed files with 1 additions and 1 deletions

View File

@ -898,7 +898,7 @@ sub hardware_info
'comment' => 'IN TESTING: To be promoted when confirmed working. Chains require verification',
'supported' => '-1',
'maxpower' => '21',
'pwroffset' => '2',
'pwroffset' => '5',
'antennas' => { 1 => "Horizontal", 2 => "Vertical", 3 => "Diversity" },
'defaultant' => 3,
'usechains' => 1,