mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-08 09:38:11 -07:00
Refactored processOutgoing to process_outgoing
This commit is contained in:
@@ -138,7 +138,7 @@ class SerialInterface(Interface):
|
||||
self.owner.inbound(data, self)
|
||||
|
||||
|
||||
def processOutgoing(self,data):
|
||||
def process_outgoing(self,data):
|
||||
if self.online:
|
||||
data = bytes([HDLC.FLAG])+HDLC.escape(data)+bytes([HDLC.FLAG])
|
||||
written = self.serial.write(data)
|
||||
|
||||
Reference in New Issue
Block a user