1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-11-25 09:28:38 -05:00

Compare commits

..

No commits in common. "7530bcf55c23e3e7470987edcd139c03db2e9e90" and "e57a2e2ffcc4903e191447c5f7c9baaf5f76c34f" have entirely different histories.

2 changed files with 0 additions and 12 deletions

View File

@ -1,16 +1,6 @@
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
------

View File

@ -131,8 +131,6 @@ 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):