Update on communication and AF tune

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-08-07 21:17:45 +02:00
parent dd09694478
commit 77e8596e22
3 changed files with 65 additions and 64 deletions
+2 -3
View File
@@ -571,11 +571,10 @@ void readRds() {
tft.fillCircle(162, 41, 5, SignificantColor);
tft.fillCircle(200, 41, 5, SignificantColor);
}
dropout = true;
aftest = true;
if (radio.rds.correctPI != 0) dropout = true;
aftimer = millis();
} else {
if (dropout == true && PIold.length() != 0) {
if (dropout == true) {
if (advancedRDS) tftPrint(-1, PIold, 244, 75, PrimaryColor, PrimaryColorSmooth, 28); else tftPrint(-1, PIold, 244, 187, PrimaryColor, PrimaryColorSmooth, 28);
if (advancedRDS) tftPrint(-1, PSold, 38, 75, PrimaryColor, PrimaryColorSmooth, 28); else tftPrint(-1, PSold, 38, 187, PrimaryColor, PrimaryColorSmooth, 28);
if (advancedRDS) tftPrint(-1, PTYold, 38, 109, PrimaryColor, PrimaryColorSmooth, 16); else tftPrint(-1, PTYold, 38, 163, PrimaryColor, PrimaryColorSmooth, 16);