mirror of
https://github.com/craigerl/aprsd.git
synced 2025-06-28 15:05:43 -04:00
Merge pull request #79 from craigerl/fix_kiss_is_enabled
Fixed an KISS config disabled issue
This commit is contained in:
commit
ab37a5e7a7
@ -131,6 +131,8 @@ class KISSClient(Client):
|
|||||||
if config.get("kiss.tcp.enabled", default=False):
|
if config.get("kiss.tcp.enabled", default=False):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
return False
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def transport(config):
|
def transport(config):
|
||||||
if config.get("kiss.serial.enabled", default=False):
|
if config.get("kiss.serial.enabled", default=False):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user