mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-24 15:25:32 -04:00
Improved interface detach on shared instance shutdown
This commit is contained in:
parent
1b48f43a0d
commit
4f4961257c
6 changed files with 69 additions and 32 deletions
|
@ -185,6 +185,7 @@ class RNodeInterface(Interface):
|
|||
self.online = False
|
||||
self.detached = False
|
||||
self.reconnecting= False
|
||||
self.hw_errors = []
|
||||
|
||||
self.use_ble = False
|
||||
self.ble_name = ble_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue