Modified AF tester to improve audio dropouts

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-12-19 10:20:13 +01:00
parent 16bb931175
commit 912e2c1b97

View File

@@ -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;
}
}