initiated tmtc commander
This commit is contained in:
10
config/tmtcc_version.py
Normal file
10
config/tmtcc_version.py
Normal file
@ -0,0 +1,10 @@
|
||||
"""
|
||||
@brief This file transfers control of versioning to the user.
|
||||
@details Template configuration file. Copy this folder to the TMTC commander root and adapt
|
||||
it to your needs.
|
||||
"""
|
||||
import tmtc_core.core.tmtcc_version as core
|
||||
|
||||
SW_NAME = core.SW_NAME
|
||||
SW_VERSION = core.SW_VERSION
|
||||
SW_SUBVERSION = core.SW_SUBVERSION
|
Reference in New Issue
Block a user