mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-10-01 03:15:44 -04:00
Removed delay
This commit is contained in:
parent
14bdcaf770
commit
d334613888
@ -152,10 +152,6 @@ class LocalClientInterface(Interface):
|
||||
|
||||
def processOutgoing(self, data):
|
||||
if self.online:
|
||||
# TODO: Reset maybe?
|
||||
while self.writing:
|
||||
time.sleep(0.0005)
|
||||
|
||||
try:
|
||||
self.writing = True
|
||||
data = bytes([HDLC.FLAG])+HDLC.escape(data)+bytes([HDLC.FLAG])
|
||||
|
Loading…
Reference in New Issue
Block a user