Add extra TMC detection

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-13 22:53:56 +02:00
parent 8cef90f81b
commit 95c405ed54
2 changed files with 5 additions and 1 deletions

View File

@@ -766,6 +766,10 @@ void TEF6686::readRDS(byte showrdserrors)
rds.aid_counter++;
}
if (rds.rdsD == 0xCD46) { // Check for RT+ application
rds.hasTMC = true; // TMC flag
}
// RT+ init
if (rds.rdsD == 0x4BD7) { // Check for RT+ application
rds.hasRDSplus = true; // Set flag

View File

@@ -106,7 +106,7 @@
// EEPROM index defines
#define EE_PRESETS_CNT 99
#define EE_CHECKBYTE_VALUE 34 // 0 ~ 255,add new entry, change for new value
#define EE_CHECKBYTE_VALUE 35 // 0 ~ 255,add new entry, change for new value
#define EE_TOTAL_CNT 618
#define EE_UINT16_FREQUENCY_FM 0