This commit is contained in:
Kevin Hester
2020-12-09 08:55:44 +08:00
parent 61d72da31f
commit 0662c2b2ac
2 changed files with 6 additions and 2 deletions

View File

@@ -99,7 +99,11 @@ class MeshInterface:
"""
def __init__(self, debugOut=None, noProto=False):
"""Constructor"""
"""Constructor
Keyword Arguments:
noProto -- If True, don't try to run our protocol on the link - just be a dumb serial client.
"""
self.debugOut = debugOut
self.nodes = None # FIXME
self.isConnected = threading.Event()

2
proto

Submodule proto updated: f38b8e3040...aac0044b2d