From e9baaee6e3b95471809eceea020010ba49d4c369 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 21 Sep 2024 16:47:53 -0400 Subject: [PATCH] Update main.h changed to DTMF_APRS --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index 318ccd0a..65c9e4b8 100644 --- a/main.h +++ b/main.h @@ -62,7 +62,7 @@ #define CHECK 0 #define DISABLED 0 #define CARRIER 1 -#define DTMF-APRS 2 +#define DTMF_APRS 2 uint32_t tx_freq_hz = 434900000 + FREQUENCY_OFFSET; uint8_t data[1024];