Update transmit.py fix typo

master-ff
Alan Johnston 6 months ago committed by GitHub
parent 342bcef1a6
commit 8e9a17d24a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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")

Loading…
Cancel
Save

Powered by TurnKey Linux.