mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-01 01:59:57 -07:00
Known destinations
This commit is contained in:
@@ -62,7 +62,7 @@ class SerialInterface(Interface):
|
||||
|
||||
|
||||
def processIncoming(self, data):
|
||||
self.owner.__class__.incoming(data)
|
||||
self.owner.inbound(data)
|
||||
|
||||
|
||||
def processOutgoing(self,data):
|
||||
|
||||
Reference in New Issue
Block a user