diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index ffc3a0f5..605b16f4 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -77,5 +77,6 @@ if __name__ == "__main__": print("Image count: ") print(image_count) image_count = (image_count + 1) % 256 + image_index = 0 else: print("Unknown Sat Id or Frame")