0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00
This commit is contained in:
2025-03-14 17:40:41 +01:00
parent 8ac4c4ef89
commit 27aef3b700
2 changed files with 5 additions and 5 deletions

View File

@@ -429,7 +429,9 @@ void init_rds_encoder(struct rds_params_t rds_params) {
set_rds_ct(1);
set_rds_ms(1);
set_rds_di(DI_STEREO | DI_DPTY);
set_rds_grpseq((unsigned char*)"00012222FFR");
set_rds_grpseq(rds_params.grp_sqc);
set_rds_udg1(rds_params.udg1);
set_rds_udg1(rds_params.udg2);
init_rtplus(GROUP_11A);