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
+1
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);
}