From 8bef0bc8901a8fd8322f5371a9b8e904577eb48d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 26 Jan 2025 13:22:12 -0500 Subject: [PATCH] Update main.h remove tx_ --- main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.h b/main.h index a5b1227e..29344158 100644 --- a/main.h +++ b/main.h @@ -66,9 +66,9 @@ #define CARRIER 1 #define DTMF_APRS 2 -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; +//uint32_t tx_channel = 0; //ax5043_conf_t hax5043; //ax25_conf_t hax25;