attempt fixing ctest with socket dummy

This commit is contained in:
DJ2LS 2023-02-09 23:05:41 +01:00
parent 568c6b9f4b
commit 54f2fe6a92

View file

@ -76,6 +76,9 @@ def t_setup(
modem.RF.transmit = t_transmit
t_modem.log = structlog.get_logger(f"station{station}_RF")
# Create socket
sock.ThreadedTCPServer(('localhost', 3000), sock.ThreadedTCPRequestHandler)
return tnc, orig_rx_func, orig_tx_func