added gitignore, bumped version

This commit is contained in:
Robin Müller 2021-07-14 00:33:36 +02:00
parent 1da4e9caba
commit 85abe6371b
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
3 changed files with 2 additions and 7 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
__pycache__

View File

@ -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
}

View File

@ -1,4 +1,4 @@
SW_NAME = "fsfw-tmtc"
SW_VERSION = 1
SW_SUBVERSION = 2
SW_SUBVERSION = 3
SW_SUBSUBVERSION = 0