fixed bug in dipoles set #161
@ -463,7 +463,7 @@ def handle_dipole_set(printer: FsfwTmTcPrinter, hk_data: bytes):
|
|||||||
fmt_str = "!hhhH"
|
fmt_str = "!hhhH"
|
||||||
fmt_len = struct.calcsize(fmt_str)
|
fmt_len = struct.calcsize(fmt_str)
|
||||||
(dipole_x, dipole_y, dipole_z, current_torque_duration) = struct.unpack(
|
(dipole_x, dipole_y, dipole_z, current_torque_duration) = struct.unpack(
|
||||||
fmt_str, hk_data
|
fmt_str, hk_data[0:8]
|
||||||
)
|
)
|
||||||
pw.dlog(f"Dipole X: {dipole_x}")
|
pw.dlog(f"Dipole X: {dipole_x}")
|
||||||
pw.dlog(f"Dipole Y: {dipole_y}")
|
pw.dlog(f"Dipole Y: {dipole_y}")
|
||||||
|
Loading…
Reference in New Issue
Block a user