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

Resetting rds state was crucial. IT SETS THE SEGMENTS!

This commit is contained in:
2025-12-24 10:47:46 +01:00
parent aed57a1e45
commit 979817b292

View File

@@ -384,4 +384,5 @@ void init_rds_encoder(RDSEncoder* enc) {
lua_on_init();
}
encoder_saveToFile(enc);
for(int i = 0; i < PROGRAMS; i++) reset_rds_state(enc, i);
}