Skip to content

Commit c4fada7

Browse files
peitschiedpgeorge
authored andcommittedSep 5, 2022
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
1 parent 09f0e47 commit c4fada7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎micropython/bluetooth/aioble/aioble/server.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
log_error,
1414
log_warn,
1515
register_irq_handler,
16+
GattError,
1617
)
1718
from .device import DeviceConnection, DeviceTimeout
1819

0 commit comments

Comments
 (0)
Please sign in to comment.