mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 05:40:14 +00:00
Cleanup
This commit is contained in:
parent
a564dd2b2d
commit
5d6c3dd891
@ -656,12 +656,6 @@ class RNodeInterface(Interface):
|
|||||||
self.detected = True
|
self.detected = True
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user