Update transmit.py make txr string

master-b-d
Alan Johnston 1 month ago committed by GitHub
parent c0d12522cd
commit e09eaa5ce8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -421,7 +421,8 @@ if __name__ == "__main__":
txf = float(config[6])
tx = "{:.4f}".format(txf)
if (mode == 'e'):
txr = (txf - 290.0) # - 0.1 # Cross Band Repeater mode transmit frequency in 2m band
txrf = (txf - 290.0) # - 0.1 # Cross Band Repeater mode transmit frequency in 2m band
txr = "{:.4f}".format(txrf)
print("Transmit frequency: ",txr)
else:
print("Transmit frequency: ",tx)

Loading…
Cancel
Save

Powered by TurnKey Linux.