Made AM seek function more sensitive

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-28 23:09:18 +02:00
parent 62a6a67fbc
commit 4d7b9f703f
+1 -1
View File
@@ -3243,7 +3243,7 @@ void Seek(bool mode) {
}
} else {
radio.getStatusAM(SStatus, USN, WAM, OStatus, BW, MStatus, CN);
if ((USN < 100) && (OStatus < 2 && OStatus > -2) && (Squelch < SStatus || Squelch == 920)) {
if ((USN < 200) && (OStatus < 2 && OStatus > -2) && (Squelch < SStatus || Squelch == 920)) {
seek = false;
radio.setUnMute();
if (!screenmute) tft.drawBitmap(92, 4, Speaker, 26, 22, GreyoutColor);