add crc16 function and remove oda, to be reimplemented

This commit is contained in:
2025-04-02 21:57:42 +02:00
parent 4c94962ddf
commit 03104e82ff
7 changed files with 27 additions and 62 deletions
+1 -1
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 150
#define READ_TIMEOUT_MS 200
extern void process_ascii_cmd(RDSModulator* mod, char *str, char *cmd_output);