v1.9.0 #53
@ -122,7 +122,9 @@ def pack_sus_cmds(tc_queue: TcQueueT, op_code: str):
|
||||
)
|
||||
|
||||
|
||||
def command_acs_board(object_id: bytes, mode: Modes, submode: int, tc_queue: TcQueueT, info: str):
|
||||
def command_acs_board(
|
||||
object_id: bytes, mode: Modes, submode: int, tc_queue: TcQueueT, info: str
|
||||
):
|
||||
tc_queue.appendleft((QueueCommands.PRINT, info))
|
||||
mode_data = pack_mode_data(
|
||||
object_id=object_id,
|
||||
|
Loading…
Reference in New Issue
Block a user