mirror of
https://github.com/craigerl/aprsd.git
synced 2025-07-31 12:52:24 -04:00
Fixed default path for tcp_kiss client.
The tcp_kiss client initialization was using the serial_kiss client's path setting.
This commit is contained in:
parent
81169600bd
commit
156d9d9592
@ -50,7 +50,7 @@ class KISS3Client:
|
|||||||
port=CONF.kiss_tcp.port,
|
port=CONF.kiss_tcp.port,
|
||||||
strip_df_start=True,
|
strip_df_start=True,
|
||||||
)
|
)
|
||||||
self.path = CONF.kiss_serial.path
|
self.path = CONF.kiss_tcp.path
|
||||||
|
|
||||||
LOG.debug("Starting KISS interface connection")
|
LOG.debug("Starting KISS interface connection")
|
||||||
self.kiss.start()
|
self.kiss.start()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user