From 93265df16a0960dbd0a1b57ec72c57de7e3e3b3e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 27 Oct 2025 14:10:59 -0400 Subject: [PATCH] Update auto-tune.py more indent --- groundstation/auto-tune.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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