0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

disable all eon ta and normal too

This commit is contained in:
2025-12-26 12:55:45 +01:00
parent e26a9a3a14
commit ae482a5f52

View File

@@ -360,6 +360,9 @@ void reset_rds_state(RDSEncoder* enc, uint8_t program) {
tempCoder.state[program].last_second = utc->tm_sec;
memcpy(&enc->state[program], &tempCoder.state[program], sizeof(RDSState));
for(int i = 0; i < EONs; i++) enc->data[program]->eon[i].ta = 0;
enc->data[program].ta = 0;
}
void set_rds_defaults(RDSEncoder* enc, uint8_t program) {