fix missing prop
This commit is contained in:
parent
9ce0e920c3
commit
e9f62ab28e
1 changed files with 3 additions and 0 deletions
|
|
@ -1208,6 +1208,9 @@ class BluezeroGATTServer:
|
|||
self.tx_characteristic = None
|
||||
self.identity_characteristic = None
|
||||
|
||||
# State
|
||||
self.running = False
|
||||
|
||||
# Identity
|
||||
self.identity_bytes: Optional[bytes] = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue