update to new tmtccmd version

This commit is contained in:
2021-09-28 16:21:20 +02:00
parent b2ed55ec18
commit 22ea3eea92
2 changed files with 11 additions and 11 deletions

View File

@ -40,7 +40,7 @@ class FsfwHookBase(TmTcHookBase):
from tmtccmd.config.com_if import create_communication_interface_default
return create_communication_interface_default(
com_if_key=com_if_key, tmtc_printer=tmtc_printer,
json_cfg_path=self.get_json_config_file_path()
json_cfg_path=self.get_json_config_file_path(), space_packet_id=0x08ef
)
def perform_mode_operation(self, tmtc_backend: TmTcHandler, mode: int):