added new time commands

This commit is contained in:
2022-04-09 18:44:04 +02:00
parent 091cf2dd63
commit 19768cb1b1
6 changed files with 53 additions and 9 deletions

View File

@ -146,9 +146,7 @@ class Submode:
FIRMWARE = 2
def pack_star_tracker_commands(
object_id: bytearray, tc_queue: TcQueueT, op_code: str
) -> TcQueueT:
def pack_star_tracker_commands(object_id: bytearray, tc_queue: TcQueueT, op_code: str):
tc_queue.appendleft(
(
QueueCommands.PRINT,