Update transmit.py shift frequency each time

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

@ -839,8 +839,9 @@ if __name__ == "__main__":
system("sudo /etc/init.d/alsa-utils start")
print("Finished resetting audio")
print("Ready to detect carrier")
tx = tx - 0.05 # shift tx frequency down by 50kHz
txf = float(tx)
tx = "{:.4f".format(tx - 0.05) # shift tx frequency down by 50kHz
print(tx)
else:
print("FSK")
print("turn on FM rx")

Loading…
Cancel
Save

Powered by TurnKey Linux.