v1.7.0 #8

Merged
meierj merged 40 commits from develop into master 2021-07-26 18:17:09 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a81b8b608d - Show all commits

View File

@ -138,7 +138,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() json_cfg_path=self.get_json_config_file_path(), space_packet_id=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 e8e947bd067ac49bb3f4eaa7f5b4d5aa5ed04ef2 Subproject commit 8c938f0c2b2855b3a5505713225b9f9c17d2038a