mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 13:50:14 +00:00
Cleanup
This commit is contained in:
parent
a564dd2b2d
commit
5d6c3dd891
@ -657,12 +657,6 @@ class RNodeInterface(Interface):
|
|||||||
else:
|
else:
|
||||||
self.detected = False
|
self.detected = False
|
||||||
|
|
||||||
# else:
|
|
||||||
# RNS.log("NC")
|
|
||||||
|
|
||||||
# elif (not in_frame and byte != KISS.FEND):
|
|
||||||
# RNS.log("UF")
|
|
||||||
|
|
||||||
if got == 0:
|
if got == 0:
|
||||||
time_since_last = int(time.time()*1000) - last_read_ms
|
time_since_last = int(time.time()*1000) - last_read_ms
|
||||||
if len(data_buffer) > 0 and time_since_last > self.timeout:
|
if len(data_buffer) > 0 and time_since_last > self.timeout:
|
||||||
|
Loading…
Reference in New Issue
Block a user