From fe7f69710d6bc85945b04b529692b7b92e1c5271 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 26 Jul 2024 09:42:59 -0400 Subject: [PATCH] Update main.h remove tx_freq_hz --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index eb82e27b..22435e83 100644 --- a/main.h +++ b/main.h @@ -61,7 +61,7 @@ #define ON 1 #define CHECK 0 -uint32_t tx_freq_hz = 434900000 + FREQUENCY_OFFSET; +//uint32_t tx_freq_hz = 434900000 + FREQUENCY_OFFSET; uint8_t data[1024]; uint32_t tx_channel = 0;