From f4a346d2a80980ff5a248b972496e9fb35c4e98d Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 3 Jul 2022 21:00:28 +0200 Subject: [PATCH] update to newest tmtccmd version --- tmtc/.gitignore | 3 +- tmtc/.idea/runConfigurations/TMTC_GUI.xml | 4 +- .../.idea/runConfigurations/TMTC_Listener.xml | 24 +++++++ tmtc/common_tmtc | 2 +- tmtc/config/hook.py | 20 ++++-- tmtc/deps/tmtccmd | 2 +- tmtc/requirements.txt | 2 +- tmtc/tmtcc.py | 68 ++++++++++++++----- 8 files changed, 97 insertions(+), 28 deletions(-) create mode 100644 tmtc/.idea/runConfigurations/TMTC_Listener.xml diff --git a/tmtc/.gitignore b/tmtc/.gitignore index f1ab1a9..734d816 100644 --- a/tmtc/.gitignore +++ b/tmtc/.gitignore @@ -3,4 +3,5 @@ /venv /config/tmtc_config.json -/log/*.log \ No newline at end of file +/log/*.log +/seqcnt.txt diff --git a/tmtc/.idea/runConfigurations/TMTC_GUI.xml b/tmtc/.idea/runConfigurations/TMTC_GUI.xml index b386fe4..716dc79 100644 --- a/tmtc/.idea/runConfigurations/TMTC_GUI.xml +++ b/tmtc/.idea/runConfigurations/TMTC_GUI.xml @@ -12,8 +12,8 @@