mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
Removing superfluous setting of noProto in init()
This commit is contained in:
1 parent
79334e83e6
commit
f3f17a7d50
1 file changed
-2
@@ -35,8 +35,6 @@ class SerialInterface(StreamInterface):
|
||||
debugOut {stream} -- If a stream is provided, any debug serial output from the device will be emitted to that stream. (default: {None})
|
||||
timeout -- How long to wait for replies (default: 300 seconds)
|
||||
"""
|
||||
self.noProto = noProto
|
||||
|
||||
self.devPath: Optional[str] = devPath
|
||||
|
||||
if self.devPath is None:
|
||||
|
||||
Reference in new issue
Block a user