From 929a6e306376ba318c8e9bede824c5264082d6f6 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 18 Jun 2026 10:10:24 -0400 Subject: [PATCH] Update transmit.py extra print --- transmit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/transmit.py b/transmit.py index 6619b3d1..19969159 100644 --- a/transmit.py +++ b/transmit.py @@ -992,7 +992,6 @@ if __name__ == "__main__": rx_doppler_start_hz = rxf * 1e6 rx_doppler_shift_hz = 0 print(rx_doppler_start_hz) - print(rx_doppler_freq_hz) while True: if (input(squelch) == False) and (command_tx == True): tx_doppler_shift_hz = (time.perf_counter() - start_time) * 60