From 2ec0907c373a60cb2de8d563a9460917e64eb417 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 7 Feb 2025 14:12:11 -0500 Subject: [PATCH] Update fc_block_decode.py remove image_file at start --- groundstation/fc_block_decode.py | 1 + 1 file changed, 1 insertion(+) diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 605b16f4..1137af9f 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -16,6 +16,7 @@ extended = 1 image_count = random.randint(0, 255) image_index = 0; +system("sudo rm image_file") if __name__ == "__main__": debug_mode = False