little funcitonal changes, just performance

This commit is contained in:
2026-01-07 21:42:22 +01:00
parent aa5bd3f847
commit 3a92d1cdf1
9 changed files with 297 additions and 308 deletions

View File

@@ -434,7 +434,7 @@ const DABFrequencyLabel DABfrequencyTable[] = {
typedef struct _rds_ {
byte region;
byte PTY;
Detector<byte, 1> PTY{0};
String stationName;
String stationText;
String stationText32;
@@ -461,7 +461,7 @@ typedef struct _rds_ {
uint32_t dabaffreq;
byte aid_counter;
byte fastps;
unsigned int ECC;
Detector<unsigned int, 1> ECC;
bool rdsAerror;
bool rdsBerror;
bool rdsCerror;