kopia lustrzana https://github.com/micropython/micropython-lib
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 definedpull/528/head
rodzic
09f0e47386
commit
c4fada7f6f
|
@ -13,6 +13,7 @@ from .core import (
|
||||||
log_error,
|
log_error,
|
||||||
log_warn,
|
log_warn,
|
||||||
register_irq_handler,
|
register_irq_handler,
|
||||||
|
GattError,
|
||||||
)
|
)
|
||||||
from .device import DeviceConnection, DeviceTimeout
|
from .device import DeviceConnection, DeviceTimeout
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue