mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-11 19:05:37 -04:00
Known destinations
This commit is contained in:
parent
82744fb9ed
commit
4c7d20e15b
7 changed files with 79 additions and 38 deletions
|
@ -62,7 +62,7 @@ class SerialInterface(Interface):
|
|||
|
||||
|
||||
def processIncoming(self, data):
|
||||
self.owner.__class__.incoming(data)
|
||||
self.owner.inbound(data)
|
||||
|
||||
|
||||
def processOutgoing(self,data):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue