From 2318f5c9505f3437b28543c1139fa6dc53341709 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 19 Jul 2026 12:02:33 -0400 Subject: [PATCH] Update transmit.py remove extra cw id repeater --- transmit.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/transmit.py b/transmit.py index 9d2d28f2..2cbd02a2 100644 --- a/transmit.py +++ b/transmit.py @@ -1499,10 +1499,10 @@ if __name__ == "__main__": print("Beacon mode off so no repeater transmission") print("Ready to detect carrier") - if (doppler_mode): - update_doppler() - txr = "{:.3f}".format(tx_doppler_freq_hz/1e6) - cw_transmit_fm(callsign + status, txr) +# if (doppler_mode): +# update_doppler() +# txr = "{:.3f}".format(tx_doppler_freq_hz/1e6) +# cw_transmit_fm(callsign + status, txr) start_time = time.perf_counter() while True: