From 491c12c3583b8933991172756530b6e2e624fa0e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 26 Jul 2024 09:43:35 -0400 Subject: [PATCH] Update main.c remove tx_freq_hz --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 8544fb86..3d40f63e 100644 --- a/main.c +++ b/main.c @@ -474,7 +474,7 @@ int main(int argc, char * argv[]) { eclipse_time -= period / 2; // if starting in eclipse, shorten interval } - tx_freq_hz -= tx_channel * 50000; + // tx_freq_hz -= tx_channel * 50000; if (transmit == FALSE) {