From dc489f6dfe24b483d3b89e741d326dec7b1f0f79 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 11 Feb 2025 11:18:21 -0500 Subject: [PATCH] Update fc_block_decode.py remove commented out line --- groundstation/fc_block_decode.py | 1 - 1 file changed, 1 deletion(-) diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 21fa07c1..95fd7594 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -39,7 +39,6 @@ telem_string_format = " Image: {image_id:3d} count: {image_count:2d}

" + \ " 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}" " Freq: {frequency} errors: {errors} Seq: {sequence:d} {frame_type} frames: {frame_count:d}" telem_string = fstr(telem_string_format)