mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
wait for config if the user says connect now.
This commit is contained in:
1 parent
1e43a7e2cd
commit
0732ca8116
1 file changed
+1
@@ -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
|
||||
|
||||
Reference in new issue
Block a user