Skip to content

Commit

Permalink
Update util.py (#582)
Browse files Browse the repository at this point in the history
fixed cli issue
  • Loading branch information
dumpfheimer authored Sep 19, 2023
1 parent 1674fd6 commit 58f8a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bellows/cli/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async def setup(dev, baudrate, cbh=None, configure=True):
s.add_callback(cbh)
try:
await s.connect()
await s._startup_reset()
await s.startup_reset()
except Exception as e:
LOGGER.error(e)
s.close()
Expand Down

0 comments on commit 58f8a80

Please sign in to comment.