diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed8ebf5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ \ No newline at end of file diff --git a/config/tmtc_config.json b/config/tmtc_config.json deleted file mode 100644 index 6c77d3c..0000000 --- a/config/tmtc_config.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "COM_IF_KEY": "udp", - "TCPIP_UDP_RECV_MAX_SIZE": 1500, - "TCPIP_UDP_DEST_IP_ADDRESS": "127.0.0.1", - "TCPIP_UDP_DEST_PORT": 7301 -} \ No newline at end of file diff --git a/config/version.py b/config/version.py index 2c9e6a8..1f79435 100644 --- a/config/version.py +++ b/config/version.py @@ -1,4 +1,4 @@ SW_NAME = "fsfw-tmtc" SW_VERSION = 1 -SW_SUBVERSION = 2 +SW_SUBVERSION = 3 SW_SUBSUBVERSION = 0