From a151bdc22affdd8eb6bf9ba8de50006db7cbefaf Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 8 Feb 2025 15:20:06 -0500 Subject: [PATCH] Update fc_block_decode.py add height and width --- groundstation/fc_block_decode.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index c3f87ac2..34a172ab 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -16,6 +16,10 @@ FC_SW = 50 FC_PAYLOAD = 55 extended = 1 +head_string = '\n\nFunCube CubeSatSim Telemetry\n

\n

' +foot_string = "

\n" + + image_id = 256 # set illegal image ID for null # random.randint(0, 255) image_count = 0; system("sudo rm image_file")