0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00
This commit is contained in:
2025-12-22 22:12:07 +01:00
parent 3241e320e3
commit b0be734899

View File

@@ -695,6 +695,7 @@ void set_rds_defaults(RDSEncoder* enc, uint8_t program) {
void init_rds_encoder(RDSEncoder* enc) {
for(int i = 0; i < PROGRAMS; i++) set_rds_defaults(enc, i);
enc->program = 0;
if (encoder_loadFromFile(enc)) {
printf("Encoder file will be reinitialized.\n");