This commit is contained in:
2023-01-20 10:35:30 +01:00
parent f3c0b7567a
commit 3a60fd2d6d
2 changed files with 2 additions and 4 deletions

View File

@ -99,7 +99,7 @@ def pack_rtd_commands(
)
)
if op_code in OpCode.WRITE_CONFIG:
command = object_id.as_bytes + struct.pack('!I', CommandId.WRITE_CONFIG)
command = object_id.as_bytes + struct.pack("!I", CommandId.WRITE_CONFIG)
q.add_pus_tc(PusTelecommand(service=8, subservice=128, app_data=command))