From f1011e15c7bf4e27e01ab013bf24f2f8cab3c6f0 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 10 Jan 2026 11:14:31 +0100 Subject: [PATCH] call pty in rds status change --- src/rds.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rds.cpp b/src/rds.cpp index 6c5a2c6..64475cb 100644 --- a/src/rds.cpp +++ b/src/rds.cpp @@ -142,6 +142,7 @@ void readRds() { if (band >= BAND_GAP) return; radio.readRDS(showrdserrors); + if(RDSstatus != radio.rds.hasRDS) radio.rds.PTY.call(); RDSstatus = radio.rds.hasRDS; ShowRDSLogo(RDSstatus); @@ -170,7 +171,7 @@ void readRds() { } if (advancedRDS || rdsstatscreen) { - tft.fillCircle( 86, 41, 5, SignificantColor); + tft.fillCircle(86, 41, 5, SignificantColor); tft.fillCircle(124, 41, 5, SignificantColor); tft.fillCircle(162, 41, 5, SignificantColor); tft.fillCircle(200, 41, 5, SignificantColor);