printing own and tmtccmd version now

tmtccmd updated to v1.7.2
This commit is contained in:
2021-07-24 14:58:47 +02:00
parent 3436172026
commit 2e942ec21e
22 changed files with 55 additions and 33 deletions

View File

@ -2,9 +2,9 @@ import argparse
from typing import Union, Dict, Tuple
from tmtccmd.config.definitions import ServiceOpCodeDictT
from tmtccmd.pus_tm.service_3_base import Service3Base
from tmtccmd.tm.service_3_base import Service3Base
from tmtccmd.ecss.tm import PusTelemetry
from tmtccmd.pus_tc.definitions import TcQueueT
from tmtccmd.tc.definitions import TcQueueT
from tmtccmd.com_if.com_interface_base import CommunicationInterface
from tmtccmd.core.backend import TmTcHandler
from tmtccmd.config.hook import TmTcHookBase

View File

@ -2,3 +2,5 @@ SW_NAME = "eive"
VERSION_MAJOR = 1
VERSION_MINOR = 7
VERSION_SUBMINOR = 0
__version__ = "1.7.0"