Update transmit.py fixed spaces

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

@ -284,7 +284,7 @@ if __name__ == "__main__":
sq = 0 # turn off squelch for Pacsat
print(sq)
if len(config) > 6:
txf = float(config[6])
txf = float(config[6])
# print(txf)
# print( "{:.4f}".format(txf))
@ -293,7 +293,7 @@ if __name__ == "__main__":
tx = "{:.4f}".format(txr)
else:
tx = "{:.4f}".format(txf)
print("Transmit frequency: ",tx)
print("Transmit frequency: ",tx)
if len(config) > 7:
rxf = float(config[7])
# print(rxf)

Loading…
Cancel
Save

Powered by TurnKey Linux.