Update transmit.py shift repeater tx by -0.1

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

@ -299,7 +299,7 @@ if __name__ == "__main__":
# print( "{:.4f}".format(txf))
if (mode == 'e'):
txr = (txf - 290.0) # Cross Band Repeater mode transmit frequency in 2m band
txr = (txf - 290.0) - 0.1 # Cross Band Repeater mode transmit frequency in 2m band
tx = "{:.4f}".format(txr)
else:
tx = "{:.4f}".format(txf)
@ -839,9 +839,6 @@ if __name__ == "__main__":
system("sudo /etc/init.d/alsa-utils start")
print("Finished resetting audio")
print("Ready to detect carrier")
txf = float(tx)
tx = "{:.4f}".format(txf - 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.