From 7cc0c51f863b044cf37fd5910fb87ac4bc67f5a3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 21 Sep 2024 16:39:40 -0400 Subject: [PATCH] Update main.h added DISABLED --- main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/main.h b/main.h index 166daa2e..0eb220c5 100644 --- a/main.h +++ b/main.h @@ -60,6 +60,7 @@ #define OFF - 1 #define ON 1 #define CHECK 0 +#define DISABLED 0 uint32_t tx_freq_hz = 434900000 + FREQUENCY_OFFSET; uint8_t data[1024];