From 6bdfd00e1457e5254f39f27f689571c582f57081 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 11 Feb 2025 09:49:59 -0500 Subject: [PATCH] Update fc_block_decode.py print Decoded frequency --- groundstation/fc_block_decode.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 654dfda3..a3b9a347 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -149,3 +149,6 @@ if __name__ == "__main__": image_id = 256 # set illegal image_id to force new image else: print("Unknown Sat Id or Frame") + if ((line.find("ecoded Frequency:")) > 0): + print("\nFrequency found!\n") + print(line)