Update auto-tune.py fix 200k

fiabv4-auto-tune
Alan Johnston 2 months ago committed by GitHub
parent ff9d9754b5
commit e219ab4285
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,7 +8,7 @@ if __name__ == "__main__":
center_frequency = 434.7e6
if (len(sys.argv)) > 0:
print("There are arguments!")
center_frequency = float(sys.argv[1]) - 200e6
center_frequency = float(sys.argv[1]) - 200e3
if (center_frequency == 0):
center_frequency = 434.7e6
if (len(sys.argv)) > 1:

Loading…
Cancel
Save

Powered by TurnKey Linux.