mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
I'm having some issues at connect ... try longer wait
This commit is contained in:
parent
a05fb2c15f
commit
8c80ba8d66
1 changed files with 1 additions and 1 deletions
|
|
@ -1503,7 +1503,7 @@ async def main(argv):
|
|||
elif not serial_port is None : # connect via serial port
|
||||
con = SerialConnection(serial_port, baudrate)
|
||||
await con.connect()
|
||||
await asyncio.sleep(0.1)
|
||||
await asyncio.sleep(0.2)
|
||||
else : #connect via ble
|
||||
con = BLEConnection(address)
|
||||
address = await con.connect()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue