Update transmit.py missing }

master-ff
Alan Johnston 6 months ago committed by GitHub
parent 8e9a17d24a
commit eaf3f7d291
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("Finished resetting audio")
print("Ready to detect carrier") print("Ready to detect carrier")
txf = float(tx) txf = float(tx)
tx = "{:.4f".format(txf - 0.05) # shift tx frequency down by 50kHz tx = "{:.4f}".format(txf - 0.05) # shift tx frequency down by 50kHz
print(tx) print(tx)
else: else:
print("FSK") print("FSK")

Loading…
Cancel
Save

Powered by TurnKey Linux.