mirror of
https://github.com/craigerl/aprsd.git
synced 2024-12-18 23:55:58 -05: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,
|
||||
strip_df_start=True,
|
||||
)
|
||||
self.path = CONF.kiss_serial.path
|
||||
self.path = CONF.kiss_tcp.path
|
||||
|
||||
LOG.debug("Starting KISS interface connection")
|
||||
self.kiss.start()
|
||||
|
Loading…
Reference in New Issue
Block a user