Fixed beacon data in KISSInterface

pull/4/head 0.2.0
Mark Qvist 2021-05-17 22:01:56 +02:00
rodzic 7a7fd1151f
commit e746a80dca
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -40,6 +40,9 @@ class KISSInterface(Interface):
serial = None
def __init__(self, owner, name, port, speed, databits, parity, stopbits, preamble, txtail, persistence, slottime, flow_control, beacon_interval, beacon_data):
if beacon_data == None:
beacon_data = ""
self.serial = None
self.owner = owner
self.name = name