1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-02 06:04:42 -04:00

Merge pull request #79 from craigerl/fix_kiss_is_enabled

Fixed an KISS config disabled issue
This commit is contained in:
2021-12-11 07:56:47 -05:00
committed by GitHub
+2
View File
@@ -131,6 +131,8 @@ class KISSClient(Client):
if config.get("kiss.tcp.enabled", default=False):
return True
return False
@staticmethod
def transport(config):
if config.get("kiss.serial.enabled", default=False):