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