From 85abe6371b1e4a4c31650028ba779cdc38bdefb3 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 14 Jul 2021 00:33:36 +0200 Subject: [PATCH] added gitignore, bumped version --- .gitignore | 1 + config/tmtc_config.json | 6 ------ config/version.py | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) create mode 100644 .gitignore delete mode 100644 config/tmtc_config.json 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