diff --git a/bellows/cli/util.py b/bellows/cli/util.py index eac1d7a8..f917bc03 100644 --- a/bellows/cli/util.py +++ b/bellows/cli/util.py @@ -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()