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

try to debug dps

This commit is contained in:
2025-03-17 03:08:53 +01:00
parent 9a2efbd7ea
commit 55c6788e77

View File

@@ -569,8 +569,8 @@ void set_rds_defaults(RDSEncoder* enc, uint8_t program) {
memset(enc->data[program].rt1, ' ', 64);
enc->data[program].rt1[0] = '\r';
enc->data[program].static_ps_period = 16;
enc->data[program].dps_label_period = 8;
enc->data[program].static_ps_period = 1;
enc->data[program].dps_label_period = 1;
enc->state[program].rt_ab = 1;
enc->state[program].ptyn_ab = 1;