From 8e9a17d24acb24ed3f686b3643387f233fd87638 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 13 Jun 2025 11:34:03 -0400 Subject: [PATCH] Update transmit.py fix typo --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 6aa96a86..ee63274e 100644 --- a/transmit.py +++ b/transmit.py @@ -840,7 +840,7 @@ if __name__ == "__main__": print("Finished resetting audio") print("Ready to detect carrier") txf = float(tx) - tx = "{:.4f".format(tx - 0.05) # shift tx frequency down by 50kHz + tx = "{:.4f".format(txf - 0.05) # shift tx frequency down by 50kHz print(tx) else: print("FSK")