From 0290d12230a33a7ed718b2fe3dd3d9276540a0a8 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Mon, 5 Feb 2024 23:49:53 +0100 Subject: [PATCH] Small change in RDS output --- src/rds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rds.cpp b/src/rds.cpp index e6ebd87..6f6b0e6 100644 --- a/src/rds.cpp +++ b/src/rds.cpp @@ -440,9 +440,9 @@ void readRds() { DataPrint ("\n"); } } + XDRGTKRDSold = XDRGTKRDS; XDRGTKRDS.toUpperCase(); DataPrint(XDRGTKRDS); - XDRGTKRDSold = XDRGTKRDS; } } }