diff --git a/groundstation/auto-tune.py b/groundstation/auto-tune.py index 57d9b509..90a1b14e 100644 --- a/groundstation/auto-tune.py +++ b/groundstation/auto-tune.py @@ -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