remove lic, pin, ms and make rt bigger

This commit is contained in:
2026-01-04 19:57:00 +01:00
parent 8f43648402
commit 6e7e684887
8 changed files with 31 additions and 312 deletions
-9
View File
@@ -497,14 +497,6 @@ void sendUDPlog() {
ECC = String(eccBuffer);
}
// Extract and format LIC (Language Identifier Code) if available
String LIC = "";
if (radio.rds.hasLIC) {
char licBuffer[3];
snprintf(licBuffer, sizeof(licBuffer), "%02X", radio.rds.LIC);
LIC = String(licBuffer);
}
// Format the list of Alternative Frequencies (AF) if available
String AF = "";
if (radio.rds.hasAF && radio.af_counter > 0) {
@@ -556,7 +548,6 @@ void sendUDPlog() {
String(radio.rds.hasTMC) + "," +
String(radio.rds.stationTypeCode) + "," +
ECC + "," +
LIC + "," +
stationName + "," +
radioTextModified + "," +
AF + "," +