|
|
|
@ -299,7 +299,7 @@ if __name__ == "__main__":
|
|
|
|
# print( "{:.4f}".format(txf))
|
|
|
|
# print( "{:.4f}".format(txf))
|
|
|
|
|
|
|
|
|
|
|
|
if (mode == 'e'):
|
|
|
|
if (mode == 'e'):
|
|
|
|
txr = (txf - 290.0) - 0.1 # 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)
|
|
|
|
tx = "{:.4f}".format(txr)
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
tx = "{:.4f}".format(txf)
|
|
|
|
tx = "{:.4f}".format(txf)
|
|
|
|
|