TMTC Update #25

Merged
meierj merged 11 commits from mueller/tmtc-update into develop 2021-10-06 17:48:49 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ee780738f9 - Show all commits

View File

@ -26,7 +26,7 @@ class CustomGlobalIds(enum.Enum):
def set_globals_pre_args_parsing(gui: bool = False):
set_default_globals_pre_args_parsing(
gui=gui, apid=PUS_APID, com_if_id=CoreComInterfaces.TCPIP_UDP.value)
gui=gui, tc_apid=PUS_APID, tm_apid=PUS_APID, com_if_id=CoreComInterfaces.TCPIP_UDP.value)
def add_globals_post_args_parsing(args: argparse.Namespace, json_cfg_path: str):

@ -1 +1 @@
Subproject commit 2dc96d012fd27615aa6efc2af98f6bcdbe7bf244
Subproject commit 762377c5855bcb267d3c9a4dd3409aa05b986f34