updated tmtccmd

This commit is contained in:
Robin Müller 2021-05-17 15:32:51 +02:00
parent 0a6db776ae
commit bdbd9fa3c8
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ except ImportError:
def main():
hook_obj = FsfwHookBase()
initialize_tmtc_commander(hook_object=hook_obj)
run_tmtc_commander(False)
run_tmtc_commander(use_gui=False, app_name="TMTC Commander FSFW")
if __name__ == "__main__":

View File

@ -33,7 +33,7 @@ from tmtccmd.runner import run_tmtc_commander, initialize_tmtc_commander
def main():
hook_obj = FsfwHookBase()
initialize_tmtc_commander(hook_object=hook_obj)
run_tmtc_commander(True)
run_tmtc_commander(use_gui=True, app_name="TMTC Commander FSFW")
if __name__ == "__main__":

@ -1 +1 @@
Subproject commit 79be9e25fb5ca4c08357ed9974d1847bfce01e8c
Subproject commit ffa2d0d6f0f113ab964a703abd200d92c37f6a63