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-15 13:10:01 +01:00
parent 595a6dddd9
commit 26738dd47f

View File

@@ -495,6 +495,17 @@ void init_rds_encoder(RDSEncoder* enc) {
if (rdssaved()) {
loadFromFile(enc);
for(int i = 0; i < PROGRAMS; i++) {
enc->state[i].rt_ab = 1;
enc->state[i].ptyn_ab = 1;
enc->state[i].rt_update = 1;
enc->state[i].ps_update = 1;
enc->state[i].tps_update = 1;
enc->state[i].ptyn_update = 1;
enc->state[i].lps_update = 1;
}
} else {
saveToFile(enc, "ALL");
}