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

try to fix lps

This commit is contained in:
2025-12-23 20:47:52 +01:00
parent 4aa733c955
commit ff1e5728c3
2 changed files with 2 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ void set_rds_lps(RDSEncoder* enc, const char *lps) {
enc->state[enc->program].lps_segments++;
}
} else enc->state[enc->program].lps_segments = 8;
if(enc->state[enc->program].lps_segments > 8) enc->state[enc->program].lps_segments = 8; //make sure
}
void set_rds_ert(RDSEncoder* enc, const char *ert) {