bugfix: rssi_monitor increase tolerance on test one notch

This commit is contained in:
AE6XE 2016-01-09 21:00:09 -08:00
parent d33726e893
commit 97d48c2b84
1 changed files with 1 additions and 1 deletions

View File

@ -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)