Skip to content

Commit e746a80

Browse files
committed
Fixed beacon data in KISSInterface
1 parent 7a7fd11 commit e746a80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RNS/Interfaces/KISSInterface.py

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ class KISSInterface(Interface):
4040
serial = None
4141

4242
def __init__(self, owner, name, port, speed, databits, parity, stopbits, preamble, txtail, persistence, slottime, flow_control, beacon_interval, beacon_data):
43+
if beacon_data == None:
44+
beacon_data = ""
45+
4346
self.serial = None
4447
self.owner = owner
4548
self.name = name

0 commit comments

Comments
 (0)