Skip to content

Commit

Permalink
Let zigpy handle flow control
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Oct 25, 2024
1 parent 6e6f63a commit b5bad30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigpy_zigate/uart.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async def connect(device_config: Dict[str, Any], api, loop=None):
lambda: protocol,
url=port,
baudrate=device_config[zigpy.config.CONF_DEVICE_BAUDRATE],
xonxoff=False,
flow_control=device_config[zigpy.config.CONF_DEVICE_FLOW_CONTROL],
)

await protocol.wait_until_connected()
Expand Down

0 comments on commit b5bad30

Please sign in to comment.