aioble: Fix missing GattError import in server.py.

2015-01-01 07:45:46.790 INFO Received OLCP_OP_FIRST
2015-01-01 07:45:46.979 ERROR Error in ble_write_listener
Traceback (most recent call last):
  File "aioble/server.py", line 223, in indicate
NameError: name 'GattError' isn't defined
pull/528/head
Philip Peitsch 2022-08-23 18:36:36 +10:00 zatwierdzone przez Damien George
rodzic 09f0e47386
commit c4fada7f6f
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -13,6 +13,7 @@ from .core import (
log_error,
log_warn,
register_irq_handler,
GattError,
)
from .device import DeviceConnection, DeviceTimeout