Skip to content

Commit

Permalink
Replace 57600 with 38400 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly authored Feb 16, 2024
1 parent 8d99373 commit 8c64072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigpy_deconz/zigbee/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class ControllerApplication(zigpy.application.ControllerApplication):
SCHEMA = CONFIG_SCHEMA

_probe_config_variants = [
{zigpy.config.CONF_DEVICE_BAUDRATE: 57600},
{zigpy.config.CONF_DEVICE_BAUDRATE: 38400},
{zigpy.config.CONF_DEVICE_BAUDRATE: 115200},
]

Expand Down

0 comments on commit 8c64072

Please sign in to comment.