diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 8d52f7d5..d5c80ba3 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -2,6 +2,7 @@ import sys from os import system from time import sleep import logging +import random logging.basicConfig(format='%(message)s') # logging.warning('CC-Warning!') @@ -11,7 +12,7 @@ FC_SW = 50 FC_PAYLOAD = 55 extended = 1 -image_count = 0 +image_count = random.randint(0, 255) if __name__ == "__main__": debug_mode = False