Update transmit.py doppler is position 14

master-btb
Alan Johnston 1 month ago committed by GitHub
parent 0ba4ac3f80
commit ec9dcd9fb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -749,10 +749,10 @@ if __name__ == "__main__":
# print( "{:.0f}".format(txpl))
txpl_value = "{:.0f}".format(txpl)
print(txpl_value)
if len(config) > 11:
if config[11] == 'y' or config[11] == 'yes':
if len(config) > 13:
if config[13] == 'y' or config[13] == 'yes':
doppler_mode = True
print("Doppler mode is configured.")
print("Doppler frequency shift mode is configured.")
print(config)
print

Loading…
Cancel
Save

Powered by TurnKey Linux.