fixed for updated core
This commit is contained in:
@ -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):
|
||||
|
2
tmtccmd
2
tmtccmd
Submodule tmtccmd updated: 2dc96d012f...762377c585
Reference in New Issue
Block a user