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

reset pty to 0

This commit is contained in:
2025-03-14 22:36:44 +01:00
parent 99ea4e242b
commit 8d98f06b8e

View File

@@ -404,6 +404,7 @@ void init_rds_encoder(RDSEncoder* enc) {
enc->data[enc->program].pi = 0xFFFF;
strcpy((char *)enc->data[enc->program].ps, "* RDS *");
enc->data[enc->program].rt1_enabled = 1;
enc->data[enc->program].pty = 0;
enc->state[enc->program].rt_ab = 1;
enc->state[enc->program].ptyn_ab = 1;