From 07316a5841b25b987d30a359602b6b79b162e7d5 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 18 Jun 2026 23:28:43 -0400 Subject: [PATCH] Update transmit.py stray space --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index c4a494a7..dfa95695 100644 --- a/transmit.py +++ b/transmit.py @@ -977,7 +977,7 @@ if __name__ == "__main__": output(txLed, 1) if (doppler_mode == True): update_doppler() - txf = tx_doppler_freq_hz / 1000 + txf = tx_doppler_freq_hz / 1000 tx = "{:.4f}".format(txf) if (txc): sim_failure_check()