not or it but ADD IT? THIS WAS NOT WRITTEN BY AI, THIS IS CLOWN PRODUCTION

This commit is contained in:
2026-01-05 19:30:23 +01:00
parent bfe5a41ea3
commit 8d76a0054f
12 changed files with 401 additions and 581 deletions

View File

@@ -21,7 +21,6 @@ enum RDS_GROUPS {
// Fixed PI/callsign combinations for Canada
static const uint16_t fixedPI[] = {0x4C10, 0x4C11, 0x4C12};
static const char* fixedCalls[] = {"CBLA", "CBFM", "CBOT"};
static const char* const PTY_EU[] {
"None",
@@ -433,11 +432,9 @@ const DABFrequencyLabel DABfrequencyTable[] = {
{1490624, "LW"}
};
#pragma GCC diagnostic pop
typedef struct _rds_ {
byte region;
byte stationTypeCode;
byte PTY;
String stationName;
String stationText;
String stationText32;
@@ -480,7 +477,7 @@ typedef struct _rds_ {
bool hasLongPS;
bool hasRT;
bool hasEnhancedRT;
bool hasTP;
bool TP;
bool hasTA;
bool hasEON;
bool hasAID;
@@ -490,7 +487,7 @@ typedef struct _rds_ {
bool hasPTYN;
bool rtAB;
bool rtAB32;
bool hasRDSplus;
bool hasRTplus;
bool filter;
bool rdsreset;
bool pierrors;
@@ -590,7 +587,7 @@ class TEF6686 {
uint8_t af_counter;
uint8_t eon_counter;
uint8_t logbook_counter;
uint8_t rdsblock;
uint8_t rdsgroup;
unsigned long processed_rdsblocks;
bool mute;
bool afmethodB;