From e219ab42850d490884b10a5684f6dcf10a02eb6e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 27 Oct 2025 14:14:01 -0400 Subject: [PATCH] Update auto-tune.py fix 200k --- 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 df982d1b..82883702 100644 --- a/groundstation/auto-tune.py +++ b/groundstation/auto-tune.py @@ -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: