From 281ff788f3557037c005d64b1472bf3d42911902 Mon Sep 17 00:00:00 2001 From: Brad Midgley Date: Sun, 28 Jan 2024 06:35:15 -0700 Subject: [PATCH] Extend timeout for slow devices like pi zero --- meshtastic/mesh_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh_interface.py b/meshtastic/mesh_interface.py index 426ed66d..f5063360 100644 --- a/meshtastic/mesh_interface.py +++ b/meshtastic/mesh_interface.py @@ -591,7 +591,7 @@ def getShortName(self): 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: