v1.9.0 #53

Merged
muellerr merged 354 commits from develop into master 2022-04-07 17:39:42 +02:00
113 changed files with 6136 additions and 1375 deletions
Showing only changes of commit d64d443a99 - Show all commits

View File

@ -515,7 +515,7 @@ def add_ploc_cmds(cmd_dict: ServiceOpCodeDictT):
def add_system_cmds(cmd_dict: ServiceOpCodeDictT):
from pus_tc.system.acs import AcsOpCodes
default_opts = generate_op_code_options(enter_listener_mode=True, custom_timeout=8.0)
default_opts = generate_op_code_options(enter_listener_mode=False, custom_timeout=8.0)
op_code_dict = dict()
add_op_code_entry(
op_code_dict=op_code_dict,

Submodule tmtccmd updated: 7c07bee651...86cf0bf953