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

attempt to fix lps

This commit is contained in:
2025-04-14 18:15:26 +02:00
parent 6b7655b890
commit 3a05e39bb6
4 changed files with 11 additions and 13 deletions

View File

@@ -884,6 +884,7 @@ void set_rds_lps(RDSEncoder* enc, char *lps) {
if (len < LPS_LENGTH) {
enc->state[enc->program].lps_segments = 0;
enc->data[enc->program].lps[len++] = '\r';
while (i < len) {
i += 4;
enc->state[enc->program].lps_segments++;