diff --git a/meshtastic/__init__.py b/meshtastic/__init__.py index dd69d99..851d561 100644 --- a/meshtastic/__init__.py +++ b/meshtastic/__init__.py @@ -775,6 +775,7 @@ class StreamInterface(MeshInterface): # Start the reader thread after superclass constructor completes init if connectNow: self.connect() + self.waitForConfig() def connect(self): """Connect to our radio