slight adaption of tmtccmd
This commit is contained in:
parent
ba866a5f0a
commit
6d442f47e6
@ -44,7 +44,7 @@ class EiveHookObject(TmTcHookBase):
|
|||||||
from tmtccmd.config.com_if import create_communication_interface_default
|
from tmtccmd.config.com_if import create_communication_interface_default
|
||||||
return create_communication_interface_default(
|
return create_communication_interface_default(
|
||||||
com_if_key=com_if_key, tmtc_printer=tmtc_printer,
|
com_if_key=com_if_key, tmtc_printer=tmtc_printer,
|
||||||
json_cfg_path=self.get_json_config_file_path(), space_packet_id=0x0865
|
json_cfg_path=self.get_json_config_file_path(), space_packet_ids=(0x0865,)
|
||||||
)
|
)
|
||||||
|
|
||||||
def perform_mode_operation(self, tmtc_backend: TmTcHandler, mode: int):
|
def perform_mode_operation(self, tmtc_backend: TmTcHandler, mode: int):
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 7346249c0d5c719da0bb77539200f7734902a3e1
|
Subproject commit f29df6c9e84e4f33c5d1d3b03ae84c961a34c76d
|
2
tmtccmd
2
tmtccmd
@ -1 +1 @@
|
|||||||
Subproject commit b6be235965a7c76f09d41b4069ee81c82a56f902
|
Subproject commit 1dc7266d5f40597357bb18b3291bcb6dafd7726a
|
Loading…
Reference in New Issue
Block a user