We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78b2bd commit 5b31bdaCopy full SHA for 5b31bda
upydevice/ble_device.py
@@ -1,5 +1,10 @@
1
#!/usr/bin/env python
2
3
+import logging
4
+
5
+logging.getLogger("bleak.backends.corebluetooth.CentralManagerDelegate").setLevel(logging.ERROR)
6
+logging.getLogger('asyncio').setLevel(logging.WARNING)
7
8
import asyncio
9
import struct
10
from bleak import BleakClient
0 commit comments