Update fc_block_decode.py remove commented out line

fc-8
Alan Johnston 10 months ago committed by GitHub
parent fb41ae9261
commit dc489f6dfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,7 +39,6 @@ telem_string_format = " Image: {image_id:3d} count: {image_count:2d}<p
" Vx(mV): {Vx:5d} Vy(mV): {Vy:5d} Vz(mV): {Vz:5d}<p>" + \ " Vx(mV): {Vx:5d} Vy(mV): {Vy:5d} Vz(mV): {Vz:5d}<p>" + \
" Ix(mA): {Ix:5d} Iy(mA): {Iy:5d} Iz(mA): {Iz:5d}<p>" + \ " Ix(mA): {Ix:5d} Iy(mA): {Iy:5d} Iz(mA): {Iz:5d}<p>" + \
" Vbat(mV): {Vb:5d} Ibat(mA): {Ib:5d}<p></pre>" + \ " Vbat(mV): {Vb:5d} Ibat(mA): {Ib:5d}<p></pre>" + \
# " &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspSeq: {sequence:d} {frame_type} frames: {frame_count:d}"
" Freq: {frequency} errors: {errors} 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) telem_string = fstr(telem_string_format)

Loading…
Cancel
Save

Powered by TurnKey Linux.