mirror of
https://github.com/meshtastic/python.git
synced 2025-12-27 01:47:50 -05:00
Extend timeout for slow devices like pi zero
This commit is contained in:
@@ -591,7 +591,7 @@ class MeshInterface:
|
||||
return user.get("shortName", None)
|
||||
return None
|
||||
|
||||
def _waitConnected(self, timeout=15.0):
|
||||
def _waitConnected(self, timeout=30.0):
|
||||
"""Block until the initial node db download is complete, or timeout
|
||||
and raise an exception"""
|
||||
if not self.noProto:
|
||||
|
||||
Reference in New Issue
Block a user