0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 12:53:53 +01:00
This commit is contained in:
2025-03-15 12:54:37 +01:00
parent 8fd9a30358
commit 2b11c31e54
2 changed files with 4 additions and 1 deletions

View File

@@ -479,6 +479,9 @@ void set_rds_defaults(RDSEncoder* enc, uint8_t program) {
enc->state[program].ptyn_ab = 1; enc->state[program].ptyn_ab = 1;
enc->state[program].rt_update = 1; enc->state[program].rt_update = 1;
enc->state[program].ps_update = 1; enc->state[program].ps_update = 1;
enc->state[program].tps_update = 1;
enc->state[program].lps_update = 1;
enc->state[program].ptyn_update = 1;
init_rtplus(enc, GROUP_11A, program); init_rtplus(enc, GROUP_11A, program);
} }

View File

@@ -19,7 +19,7 @@
#define PS_LENGTH 8 #define PS_LENGTH 8
#define PTYN_LENGTH 8 #define PTYN_LENGTH 8
#define LPS_LENGTH 32 #define LPS_LENGTH 32
#define DEFAULT_GRPSQC "02222FA1RXY" #define DEFAULT_GRPSQC "002222XY"
#define MAX_AFS 25 #define MAX_AFS 25
#define AF_CODE_FILLER 205 #define AF_CODE_FILLER 205