From 3bb2bd10530149f8037e452022780b5a851d7bf3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 9 Feb 2025 10:42:53 -0500 Subject: [PATCH] Update fc_block_decode.py try nbsp --- groundstation/fc_block_decode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 796801d0..e9266ae2 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -36,8 +36,8 @@ foot_string = "" telem_string_format = " Image: {image_id:3d} count: {image_count:2d}

" + \ " Vx(mV): {Vx:5d} Vy(mV): {Vy:5d} Vz(mV): {Vz:5d}

" + \ " Ix(mA): {Ix:5d} Iy(mA): {Iy:5d} Iz(mA): {Iz:5d}

" + \ - " Vbat(mV): {Vb:5d} Ibat(mA): {Ib:5d}

" + \ - " Seq: {sequence:d} {frame_type} frames: {frame_count:d}" + " Vbat(mV): {Vb:5d} Ibat(mA): {Ib:5d}

" + \ + "     Seq: {sequence:d} {frame_type} frames: {frame_count:d}" telem_string = fstr(telem_string_format) with open(html_dir + "index.html", "w") as html_file: html_file.write(head_string)