fixed for updated core

This commit is contained in:
Robin Müller 2021-10-04 10:03:28 +02:00
parent 47dbb62ebb
commit ee780738f9
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
2 changed files with 2 additions and 2 deletions

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