This commit is contained in:
Markus Kranz 2022-05-30 09:25:57 +02:00
parent 363c93a7d3
commit ec4b681b2e
1 changed files with 1 additions and 4 deletions

View File

@ -281,7 +281,7 @@ def pack_proc_commands(tc_queue: TcQueueT, op_code: str):
)
if op_code in OpCodes.TV_TEARDOWN_TCS_FT_OFF:
# TCS board shold always be on anyway, do not command it off here
# TCS board should always be on anyway, do not command it off here
pack_cmd_ctrl_to_off(
tc_queue=tc_queue, object_id=obj_id_dict.get(oids.THERMAL_CONTROLLER_ID)
)
@ -325,8 +325,6 @@ def pack_proc_commands(tc_queue: TcQueueT, op_code: str):
oid = b_side_dev[0]
set_id = b_side_dev[1]
sid_list.append(make_sid(oid, set_id))
# GNSS1
sid_list.append(make_sid(oids.GPS_CONTROLLER, GpsSetIds.HK))
pack_generic_hk_listening_cmds(
tc_queue=tc_queue,
proc_key=key,
@ -343,7 +341,6 @@ def pack_proc_commands(tc_queue: TcQueueT, op_code: str):
oid = d_side_dev[0]
set_id = d_side_dev[1]
sid_list.append(make_sid(oid, set_id))
pack_generic_hk_listening_cmds(
tc_queue=tc_queue,
proc_key=key,