From ebd3514dece27d4177fbe6c47a794c2191c7c7fb Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 10 Apr 2024 14:31:25 +0200 Subject: [PATCH] delete cached json file --- pytmtc/tmtc_conf.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 pytmtc/tmtc_conf.json diff --git a/pytmtc/tmtc_conf.json b/pytmtc/tmtc_conf.json deleted file mode 100644 index f2c8afd..0000000 --- a/pytmtc/tmtc_conf.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "com_if": "tcp", - "tcpip_udp_ip_addr": "127.0.0.1", - "tcpip_udp_port": 7301, - "tcpip_udp_recv_max_size": 1500, - "tcpip_tcp_ip_addr": "127.0.0.1", - "tcpip_tcp_port": 7301 -}