Update frequency.py fix doppler_mode off

master-be
Alan Johnston 2 weeks ago committed by GitHub
parent b3d0805b0a
commit 2f8313f9cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -338,9 +338,11 @@ try:
doppler_mode = 'rig'
print("rigctl Doppler frequency shift is enabled.")
else:
system("sudo systemctl stop rigctld")
doppler_mode = 'off'
print("Doppler frequency shift is disabled.")
else:
system("sudo systemctl stop rigctld")
doppler_mode = 'off'
print("Doppler frequency shift is disabled.")
print(config)
print
# print(callsign)

Loading…
Cancel
Save

Powered by TurnKey Linux.