updated to new tmtccmd
This commit is contained in:
parent
4d737bfc12
commit
5f1803b663
@ -27,7 +27,7 @@ class CustomGlobalIds(enum.Enum):
|
|||||||
|
|
||||||
|
|
||||||
def set_globals_pre_args_parsing(gui: bool = False):
|
def set_globals_pre_args_parsing(gui: bool = False):
|
||||||
set_default_globals_pre_args_parsing(apid=0x65, com_if_id=CoreComInterfaces.TCPIP_UDP)
|
set_default_globals_pre_args_parsing(gui=gui, apid=0x65, com_if_id=CoreComInterfaces.TCPIP_UDP)
|
||||||
|
|
||||||
servicelist = get_core_service_dict()
|
servicelist = get_core_service_dict()
|
||||||
update_global(CoreGlobalIds.CURRENT_SERVICE, CoreServiceList.SERVICE_17)
|
update_global(CoreGlobalIds.CURRENT_SERVICE, CoreServiceList.SERVICE_17)
|
||||||
|
2
tmtccmd
2
tmtccmd
@ -1 +1 @@
|
|||||||
Subproject commit 6cdd05fbe1c4582a23a975a5401bf5fe833c04b8
|
Subproject commit b52f70179255695c47a4023f71745b4a67a9f286
|
Loading…
Reference in New Issue
Block a user