We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7006932 + 281ff78 commit 129f68eCopy full SHA for 129f68e
1 file changed
meshtastic/mesh_interface.py
@@ -591,7 +591,7 @@ def getShortName(self):
591
return user.get("shortName", None)
592
return None
593
594
- def _waitConnected(self, timeout=15.0):
+ def _waitConnected(self, timeout=30.0):
595
"""Block until the initial node db download is complete, or timeout
596
and raise an exception"""
597
if not self.noProto:
0 commit comments