From c3f8ea4227b23c3fcdad7d2842e68ac3c43597bf Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 2 Jul 2026 17:26:23 -0400 Subject: [PATCH] Update transmit.py add tx_doppler_freq_hz = 0 --- transmit.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/transmit.py b/transmit.py index c9569f08..4f07ee2d 100644 --- a/transmit.py +++ b/transmit.py @@ -678,6 +678,9 @@ debug_mode = 0 # change to 1 to debug transmit skip = False +tx_doppler_freq_hz = 0 +rx_doppler_freq_hz = 0 + if __name__ == "__main__": mode = "y" if (len(sys.argv)) > 1: