You've already forked TEF6686_ESP32
Add extra TMC detection
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user