api update done
This commit is contained in:
@ -12,7 +12,7 @@ import struct
|
||||
|
||||
from spacepackets.ecss.tc import PusTelecommand
|
||||
from tmtccmd.tc import QueueHelper
|
||||
from tmtccmd.utility import ObjectId
|
||||
from tmtccmd.utility import ObjectIdU32
|
||||
|
||||
|
||||
class Commands:
|
||||
@ -24,7 +24,7 @@ class ImagePathDefs:
|
||||
uploadFile = "/mnt/sd0/startracker/gemma.bin"
|
||||
|
||||
|
||||
def pack_str_img_helper_command(object_id: ObjectId, q: QueueHelper, op_code: str):
|
||||
def pack_str_img_helper_command(object_id: ObjectIdU32, q: QueueHelper, op_code: str):
|
||||
q.add_log_cmd(
|
||||
f"Testing star tracker image helper object id: {object_id.as_hex_string}"
|
||||
)
|
||||
|
Reference in New Issue
Block a user