better name for HK module
All checks were successful
EIVE/-/pipeline/head This commit looks good

This commit is contained in:
2023-07-19 14:41:19 +02:00
parent 0b8bd61e80
commit d73ef3a314
4 changed files with 7 additions and 15 deletions

View File

@ -442,10 +442,7 @@ def pack_star_tracker_commands( # noqa C901
q.add_pus_tc(PusTelecommand(service=8, subservice=128, app_data=data))
if op_code == OpCodes.SET_TIME_FROM_SYS_TIME:
q.add_log_cmd(Info.SET_TIME_FROM_SYS_TIME)
data = (
obyt
+ struct.pack("!I", StarTrackerActionId.SET_TIME_FROM_SYS_TIME)
)
data = obyt + struct.pack("!I", StarTrackerActionId.SET_TIME_FROM_SYS_TIME)
q.add_pus_tc(PusTelecommand(service=8, subservice=128, app_data=data))
if op_code == "39":
q.add_log_cmd("Star tracker: Download Centroid")