mirror of https://github.com/aredn/aredn.git
bugfix: rssi_monitor increase tolerance on test one notch
This commit is contained in:
parent
d33726e893
commit
97d48c2b84
|
@ -164,7 +164,7 @@ for (keys %rssi)
|
|||
if (abs ( $rssiHist{$_}{"aveV"} - $rssi{$_}{"Vrssi"}) > $sdV3) { $hit += 1; }
|
||||
}
|
||||
|
||||
if ($rssiHist{$_}{"num"} > 9 and $ofdm_level <= 2 and $hit > 0)
|
||||
if ($rssiHist{$_}{"num"} > 9 and $ofdm_level <= 3 and $hit > 0)
|
||||
{ # Overly Attenuated Chain Suspected
|
||||
$datestring = localtime();
|
||||
if ($antnum)
|
||||
|
|
Loading…
Reference in New Issue