mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 16:59:15 +02:00
set rt with spaces
This commit is contained in:
@@ -470,6 +470,7 @@ void init_rds_encoder(RDSEncoder* enc) {
|
|||||||
enc->data[enc->program].pi = 0xFFFF;
|
enc->data[enc->program].pi = 0xFFFF;
|
||||||
strcpy((char *)enc->data[enc->program].ps, "* RDS * ");
|
strcpy((char *)enc->data[enc->program].ps, "* RDS * ");
|
||||||
enc->data[enc->program].rt1_enabled = 1;
|
enc->data[enc->program].rt1_enabled = 1;
|
||||||
|
memset(enc->data->rt1, ' ', 64);
|
||||||
|
|
||||||
enc->state[enc->program].rt_ab = 1;
|
enc->state[enc->program].rt_ab = 1;
|
||||||
enc->state[enc->program].ptyn_ab = 1;
|
enc->state[enc->program].ptyn_ab = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user