Small change in RDS output

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-02-05 23:49:53 +01:00
parent 494cf974a2
commit 0290d12230
+1 -1
View File
@@ -440,9 +440,9 @@ void readRds() {
DataPrint ("\n"); DataPrint ("\n");
} }
} }
XDRGTKRDSold = XDRGTKRDS;
XDRGTKRDS.toUpperCase(); XDRGTKRDS.toUpperCase();
DataPrint(XDRGTKRDS); DataPrint(XDRGTKRDS);
XDRGTKRDSold = XDRGTKRDS;
} }
} }
} }