mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 14:28:24 -04:00
doc fix
This commit is contained in:
1 parent
61d72da31f
commit
0662c2b2ac
2 files changed
+6
-2
No files matched your search
@@ -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.
Reference in new issue
Block a user