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

No files matched your search

+5 -1
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()
+1 -1
Submodule proto updated: f38b8e3040...aac0044b2d.