From 912e2c1b97c5268b5790111a8f0c2c44a619d865 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Thu, 19 Dec 2024 10:20:13 +0100 Subject: [PATCH] Modified AF tester to improve audio dropouts --- src/TEF6686.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TEF6686.cpp b/src/TEF6686.cpp index 8c52a48..0991ea3 100644 --- a/src/TEF6686.cpp +++ b/src/TEF6686.cpp @@ -90,6 +90,7 @@ uint16_t TEF6686::TestAF() { } af[x].score = aflevel - afusn - afwam; if (afoffset < -125 || afoffset > 125) af[x].score = -32767; + delay(10); } int16_t highestValue = af[0].score; @@ -2089,4 +2090,4 @@ String TEF6686::ucs2ToUtf8(const char* ucs2Input) { } } return utf8Output; -} +} \ No newline at end of file