From 6cdce0a6d83b89229d602af5a273a1d55fe159ea Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 21 Sep 2024 16:43:31 -0400 Subject: [PATCH] Update main.h add DISABLED, CARRIER, and DTMF-APRS values --- main.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.h b/main.h index 166daa2e..318ccd0a 100644 --- a/main.h +++ b/main.h @@ -60,6 +60,9 @@ #define OFF - 1 #define ON 1 #define CHECK 0 +#define DISABLED 0 +#define CARRIER 1 +#define DTMF-APRS 2 uint32_t tx_freq_hz = 434900000 + FREQUENCY_OFFSET; uint8_t data[1024];