mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-26 15:30:18 +00:00
Compare commits
3 Commits
6fbbe706c3
...
408b7f66a9
Author | SHA1 | Date | |
---|---|---|---|
|
408b7f66a9 | ||
|
6b3f3a37f0 | ||
|
60a604f635 |
@ -334,6 +334,8 @@ class AutoInterface(Interface):
|
|||||||
thread.daemon = True
|
thread.daemon = True
|
||||||
thread.start()
|
thread.start()
|
||||||
|
|
||||||
|
self.carrier_changed = True
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
RNS.log("Could not get device information while updating link-local addresses for "+str(self)+". The contained exception was: "+str(e), RNS.LOG_ERROR)
|
RNS.log("Could not get device information while updating link-local addresses for "+str(self)+". The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "0.6.8"
|
__version__ = "0.6.9"
|
||||||
|
Loading…
Reference in New Issue
Block a user