0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00
This commit is contained in:
2025-03-22 10:18:57 +01:00
parent 95997b65f1
commit 4a895c8ddf

View File

@@ -522,6 +522,7 @@ static void get_rds_group(RDSEncoder* enc, uint16_t *blocks) {
utc = gmtime(&now);
if (utc->tm_min != enc->state[enc->program].last_ct_minute) {
enc->state[enc->program].last_ct_minute = utc->tm_min;
uint8_t eon_has_ta = 0;
for (int i = 0; i < EONS; i++) {
if (enc->data[enc->program].eon[i].enabled && enc->data[enc->program].eon[i].ta) {
@@ -539,7 +540,6 @@ static void get_rds_group(RDSEncoder* enc, uint16_t *blocks) {
goto group_coded;
}
}
enc->state[enc->program].last_ct_minute = utc->tm_min;
if(get_rds_custom_groups(enc, blocks)) {
goto group_coded;