From 39afaf35372b0df3fe131b8a1e999dcb584b35bd Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 7 Feb 2025 22:52:48 -0500 Subject: [PATCH] Update fc_block_decode.py count --- groundstation/fc_block_decode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 473b0be0..a6ab1799 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -85,7 +85,7 @@ if __name__ == "__main__": print(image_id_string) new_image_count = int(image_id_string[2], 16) if (new_image_count != image_count): - image_count = new_image_coount + image_count = new_image_count print("End of image") filename = "/home/pi/fctelem/image_file" + str(image_count) + ".jpeg" system("/home/pi/ssdv/ssdv -d -J /home/pi/fctelem/image_file " + filename)