From 0662c2b2ac0fd22871fdbdf027e28b2b84ad5012 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Wed, 9 Dec 2020 08:55:44 +0800 Subject: [PATCH] doc fix --- meshtastic/__init__.py | 6 +++++- proto | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meshtastic/__init__.py b/meshtastic/__init__.py index 4cfa8a6..2d4f272 100644 --- a/meshtastic/__init__.py +++ b/meshtastic/__init__.py @@ -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() diff --git a/proto b/proto index f38b8e3..aac0044 160000 --- a/proto +++ b/proto @@ -1 +1 @@ -Subproject commit f38b8e3040528aaf1f1b4b9024ff8df2e14ba961 +Subproject commit aac0044b2dcca5daa86c6532c1d8c43475956d31