Added RDS filter option

You can now select RDS filter on/off in the menu.

Off: RDS data can be dirty, but is very fast.

On: RDS data is buffered and filtered by the TEF668x.
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-06-18 23:03:37 +02:00
parent f0205d785b
commit abf5dd1256
6 changed files with 93 additions and 27 deletions
+1
View File
@@ -193,6 +193,7 @@ typedef struct _rds_ {
bool hasCT;
bool rtAB;
bool correct;
bool filter;
bool underscore;
bool rdsreset;
} rds_;