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)