This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-18 21:36:16 +02:00
parent cd25317606
commit a0bc7026c3
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -626,7 +626,6 @@ void ShowAFEON() {
for (int i = 0; i < 65; i++) {
if (radio.rds.aid[y] == oda_app_ids[i]) {
if (!aidProcessed) {
char id[5];
for (int z = 0; z < 4; z++) {
uint8_t nibble = (radio.rds.aid[y] >> (4 * (3 - z))) & 0xF;
if (nibble < 10) {