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

@@ -2,6 +2,6 @@
#include "rds.h"
#define CMD_BUFFER_SIZE 255
#define CTL_BUFFER_SIZE (CMD_BUFFER_SIZE * 2)
#define READ_TIMEOUT_MS 100
#define READ_TIMEOUT_MS 150
extern void process_ascii_cmd(RDSModulator* mod, char *str);
extern void process_ascii_cmd(RDSModulator* mod, char *str, char *cmd_output);