diff --git a/transmit.py b/transmit.py index 99935623..b2aad8bf 100644 --- a/transmit.py +++ b/transmit.py @@ -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)