Speed improvement and GUI bugfix

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-08 19:10:51 +02:00
parent 1492195dcd
commit 32fac40ccd
4 changed files with 14 additions and 14 deletions
-7
View File
@@ -596,13 +596,6 @@ void readRds() {
tft.fillCircle(162, 41, 5, SignificantColor);
tft.fillCircle(200, 41, 5, SignificantColor);
}
if (!advancedRDS) {
tft.fillCircle(314, 223, 2, GreyoutColor);
tft.fillCircle(314, 234, 2, GreyoutColor);
} else {
tft.fillCircle(203, 223, 2, GreyoutColor);
tft.fillCircle(203, 234, 2, GreyoutColor);
}
clearrds = false;
}
if (radio.rds.correctPI != 0) dropout = true;