Skip to content

Commit 06ef468

Browse files
committed
Disable port write queue
1 parent b938089 commit 06ef468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qtoggleserver/eq3bt/ports/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,4 @@ def _make_status_value() -> List[int]:
9292

9393
class EQ3BTPort(ble.BLEPort, metaclass=abc.ABCMeta):
9494
PERIPHERAL_CLASS = EQ3BTPeripheral
95+
WRITE_VALUE_QUEUE_SIZE = 1

0 commit comments

Comments
 (0)