Update transmit.py change to 145 MHz for Repeater default

fc-sub
Alan Johnston 7 months ago committed by GitHub
parent 59e8ed71e2
commit ef0c9c03b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -289,7 +289,7 @@ if __name__ == "__main__":
# print( "{:.4f}".format(txf))
if (mode == 'e'):
txr = txf - 288.9 # Cross Band Repeater mode transmit frequency in 2m band
txr = txf - 289.9 # Cross Band Repeater mode transmit frequency in 2m band
tx = "{:.4f}".format(txr)
else:
tx = "{:.4f}".format(txf)

Loading…
Cancel
Save

Powered by TurnKey Linux.