diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index 09d2277..0b68557 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -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);