Fix beacon data not being transmitted
This commit is contained in:
parent
558b1c21a2
commit
ef9f87b559
@ -1137,8 +1137,8 @@ class RNodeSubInterface(Interface):
|
|||||||
else:
|
else:
|
||||||
if self.parent_interface.first_tx == None:
|
if self.parent_interface.first_tx == None:
|
||||||
self.parent_interface.first_tx = time.time()
|
self.parent_interface.first_tx = time.time()
|
||||||
self.txb += len(data)
|
self.txb += len(data)
|
||||||
self.parent_interface.processOutgoing(data, self)
|
self.parent_interface.processOutgoing(data, self)
|
||||||
else:
|
else:
|
||||||
self.queue(data)
|
self.queue(data)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user