We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b938089 commit 06ef468Copy full SHA for 06ef468
qtoggleserver/eq3bt/ports/base.py
@@ -92,3 +92,4 @@ def _make_status_value() -> List[int]:
92
93
class EQ3BTPort(ble.BLEPort, metaclass=abc.ABCMeta):
94
PERIPHERAL_CLASS = EQ3BTPeripheral
95
+ WRITE_VALUE_QUEUE_SIZE = 1
0 commit comments