From 0732ca811655e470d89be21aae06f2ad30fc0cb0 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Wed, 10 Mar 2021 10:33:47 +0800 Subject: [PATCH] wait for config if the user says connect now. --- meshtastic/__init__.py | 1 + 1 file changed, 1 insertion(+) 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