Update transmit.py fix indent

master-bta
Alan Johnston 1 month ago committed by GitHub
parent 1046f39d51
commit 0724a0c84e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -711,7 +711,7 @@ if __name__ == "__main__":
if len(config) > 7:
rxf = float(config[7])
rx = "{:.4f}".format(rxf)
print(rx)
print(rx)
if len(config) > 8:
if config[8] == 'y' or config[8] == 'yes':
hab_mode = True

Loading…
Cancel
Save

Powered by TurnKey Linux.