mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-22 08:04:53 -05:00
Compare commits
3 Commits
e57a2e2ffc
...
7530bcf55c
Author | SHA1 | Date | |
---|---|---|---|
7530bcf55c | |||
ab37a5e7a7 | |||
3b9970c0e7 |
10
ChangeLog
10
ChangeLog
@ -1,6 +1,16 @@
|
||||
CHANGES
|
||||
=======
|
||||
|
||||
v2.5.7
|
||||
------
|
||||
|
||||
* Fixed an KISS config disabled issue
|
||||
* Fixed a bug with multiple notify plugins enabled
|
||||
* Unify the logging to file and stdout
|
||||
* Added new feature to list-plugins command
|
||||
* more README.rst cleanup
|
||||
* Updated README examples
|
||||
|
||||
v2.5.6
|
||||
------
|
||||
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user