mirror of
https://github.com/meshtastic/python.git
synced 2025-12-27 18:07:55 -05:00
wait for config if the user says connect now.
This commit is contained in:
@@ -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