Fixed time display in AF screen and old time was sometimes displayed too.

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-26 10:49:49 +02:00
parent ec9bf2242e
commit ed9ef19d38
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -953,7 +953,7 @@ void loop() {
}
void GetData() {
showCT();
if (!afscreen) showCT();
if (band < BAND_GAP) ShowStereoStatus();
if (band < BAND_GAP && !menu) {
if (advancedRDS && !afscreen && !screenmute) ShowAdvancedRDS();