diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 089e255f..c02a0fba 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -26,7 +26,7 @@ Ix = 0 Iy = 0 Iz = 0 -head_string = '
\n\nFunCube CubeSatSim Telemetry\n\n
' +head_string = '\n\nFunCube CubeSatSim Telemetry
\n\n
\n" telem_string = f"\nSequence number: {sequence:5d} Image ID: {image_id:3d} count: {image_count:2d}
' foot_string = "Vx: {Vx:5d} mV Vy: {Vy:5d} mV Vz: {Vz:5d} mV
Ix: {Ix:5d} mA Iy: {Iy:5d} mA Iz: {Iz:5d} mA" with open("/home/pi/CubeSatSim/groundstation/public_html/index.html", "w") as html_file: