config folder for json file

This commit is contained in:
Robin Müller 2021-07-14 00:31:43 +02:00
parent 275d79d179
commit 0b954e2239
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
3 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ __pycache__
*.db
venv
/tmtc/bin
/tmtc/config/*.json
/tmtc/lib
/tmtc/lib64
/tmtc/pyvenv.cfg

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
}

0
tmtc/config/__init__.py Normal file
View File