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-17 16:59:44 +01:00
parent 002415a041
commit 5b7041e0de
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ static void handle_rt1(char *arg, RDSModulator* mod, char* output) {
}
static void handle_dps1(char *arg, RDSModulator* mod, char* output) {
arg[RT_LENGTH * 2] = 0;
arg[DPS_LENGTH * 2] = 0;
set_rds_dps1(mod->enc, xlat(arg));
strcpy(output, "+\0");
}

View File

@@ -18,7 +18,7 @@
#define RT_LENGTH 64
#define PS_LENGTH 8
#define DPS_LENGTH 8
#define DPS_LENGTH 255
#define PTYN_LENGTH 8
#define LPS_LENGTH 32
#define DEFAULT_GRPSQC "002222XY"