mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-14 01:05:49 -04:00
Added recovery to local shared interfaces if master RNS instance is restarted
This commit is contained in:
parent
e1e31692d7
commit
df39cff520
5 changed files with 82 additions and 22 deletions
|
@ -299,8 +299,6 @@ class AX25KISSInterface(Interface):
|
|||
escape = False
|
||||
data_buffer = data_buffer+bytes([byte])
|
||||
elif (command == KISS.CMD_READY):
|
||||
# TODO: add timeout and reset if ready
|
||||
# command never arrives
|
||||
self.process_queue()
|
||||
else:
|
||||
time_since_last = int(time.time()*1000) - last_read_ms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue