From bddd41719704b7c63d59f2fe7d9c0008ce21977b Mon Sep 17 00:00:00 2001
From: Alan Johnston
Date: Sat, 8 Feb 2025 16:56:22 -0500
Subject: [PATCH] Update fc_block_decode.py H2
---
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 8a7197ea..29ed3646 100644
--- a/groundstation/fc_block_decode.py
+++ b/groundstation/fc_block_decode.py
@@ -28,7 +28,7 @@ Iy = 0
Iz = 0
Ib = 0
-head_string = '\n\nFunCube CubeSatSim Telemetry
\n\n

'
+head_string = '\n\nFunCube CubeSatSim Telemetry
\n\n

'
foot_string = "
\n"
telem_string = f"\nSequence number: {sequence:5d} Image ID: {image_id:3d} count: {image_count:2d}Vx: {Vx:5d} mV Vy: {Vy:5d} mV Vz: {Vz:5d} mV
Ix: {Ix:5d} mA Iy: {Iy:5d} mA Iz: {Iz:5d} mA
Vb: {Vb:5d} mV Ib: {Ib:5d} mA"
with open("/home/pi/CubeSatSim/groundstation/public_html/index.html", "w") as html_file: