Skip to content

Commit f3f17a7

Browse files
author
Travis-L-R
committed
Removing superfluous setting of noProto in init()
1 parent 79334e8 commit f3f17a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

meshtastic/serial_interface.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ def __init__(
3535
debugOut {stream} -- If a stream is provided, any debug serial output from the device will be emitted to that stream. (default: {None})
3636
timeout -- How long to wait for replies (default: 300 seconds)
3737
"""
38-
self.noProto = noProto
39-
4038
self.devPath: Optional[str] = devPath
4139

4240
if self.devPath is None:

0 commit comments

Comments
 (0)