|
|
|
@ -142,7 +142,7 @@ if __name__ == "__main__":
|
|
|
|
f" Ix(mA): {Ix:5d} Iy(mA): {Iy:5d} Iz(mA): {Iz:5d}<p>" + \
|
|
|
|
f" Ix(mA): {Ix:5d} Iy(mA): {Iy:5d} Iz(mA): {Iz:5d}<p>" + \
|
|
|
|
f" Vbat(mV): {Vb:5d} Ibat(mA): {Ib:5d}<p></pre>" + \
|
|
|
|
f" Vbat(mV): {Vb:5d} Ibat(mA): {Ib:5d}<p></pre>" + \
|
|
|
|
f" Seq: {sequence:d} {frame_type} frames: {frame_count:d}"
|
|
|
|
f" Seq: {sequence:d} {frame_type} frames: {frame_count:d}"
|
|
|
|
with open("/home/pi/CubeSatSim/groundstation/public_html/index.html", "w") as html_file:
|
|
|
|
with open("/home/pi/CubeSatSim/groundstation/public_html/index.html", "w") as html_file:
|
|
|
|
html_file.write(head_string)
|
|
|
|
html_file.write(head_string)
|
|
|
|
html_file.write(telem_string)
|
|
|
|
html_file.write(telem_string)
|
|
|
|
html_file.write(foot_string)
|
|
|
|
html_file.write(foot_string)
|
|
|
|
|