v1.9.0 #53

Merged
muellerr merged 354 commits from develop into master 2022-04-07 17:39:42 +02:00
Showing only changes of commit a23cfda50d - Show all commits

View File

@ -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)) tc_queue.appendleft((QueueCommands.PRINT, info))
mode_data = pack_mode_data( mode_data = pack_mode_data(
object_id=object_id, object_id=object_id,