This commit is contained in:
Mark Qvist 2022-10-12 18:56:30 +02:00
parent a564dd2b2d
commit 5d6c3dd891

View File

@ -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: