Fixed BER on RDS Spy

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-06-17 14:46:15 +02:00
parent 90cebd5762
commit 3d9d119b5b
4 changed files with 115 additions and 107 deletions

View File

@@ -160,6 +160,10 @@ typedef struct _rds_ {
int8_t offset;
uint8_t stationTextOffset = 0;
int ECC;
bool rdsAerror;
bool rdsBerror;
bool rdsCerror;
bool rdsDerror;
bool hasMusicTitle;
bool hasMusicArtist;
bool hasStationHost;
@@ -249,4 +253,5 @@ class TEF6686 {
byte rt_timer;
byte offsetold;
char stationTextBuffer[65];
uint64_t doublecheck;
};