added gitignore, bumped version
This commit is contained in:
parent
1da4e9caba
commit
85abe6371b
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
__pycache__
|
@ -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
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
SW_NAME = "fsfw-tmtc"
|
||||
SW_VERSION = 1
|
||||
SW_SUBVERSION = 2
|
||||
SW_SUBVERSION = 3
|
||||
SW_SUBSUBVERSION = 0
|
||||
|
Loading…
Reference in New Issue
Block a user