config folder for json file
This commit is contained in:
parent
275d79d179
commit
0b954e2239
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@ __pycache__
|
|||||||
*.db
|
*.db
|
||||||
venv
|
venv
|
||||||
/tmtc/bin
|
/tmtc/bin
|
||||||
|
/tmtc/config/*.json
|
||||||
/tmtc/lib
|
/tmtc/lib
|
||||||
/tmtc/lib64
|
/tmtc/lib64
|
||||||
/tmtc/pyvenv.cfg
|
/tmtc/pyvenv.cfg
|
||||||
|
@ -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
0
tmtc/config/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user