Update auto-tune.py more indent

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

@ -13,7 +13,7 @@ if __name__ == "__main__":
if (len(sys.argv)) > 1:
print("There are more arguments")
if (sys.argv[2] == 'g') or (sys.argv[2] == '-g'):
graph = 'y'
graph = 'y'
sampling_rate = 1024e3 # 250e3 # Hz
duration = 65536/sampling_rate # 1 # seconds

Loading…
Cancel
Save

Powered by TurnKey Linux.