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

try a diffrent waveform

This commit is contained in:
2025-03-24 20:52:43 +01:00
parent 4c1c0d573c
commit 6781446c90
9 changed files with 23 additions and 36 deletions

View File

@@ -13,7 +13,7 @@
#define RDS_DEVICE "RDS"
#define NUM_MPX_FRAMES 512
#define NUM_MPX_FRAMES 256
static uint8_t stop_rds;
@@ -34,7 +34,7 @@ static void *control_pipe_worker(void* modulator) {
}
static void show_version() {
printf("rds95 (a RDS encoder by radio95) version 1.2\n");
printf("rds95 (a RDS encoder by radio95) version %.1f\n", VERSION);
}
static void show_help(char *name) {