mirror of
https://github.com/meshtastic/python.git
synced 2025-12-30 03:17:54 -05:00
doc fix
This commit is contained in:
@@ -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
2
proto
Submodule proto updated: f38b8e3040...aac0044b2d
Reference in New Issue
Block a user