Removing superfluous setting of noProto in init()

This commit is contained in:
Travis-L-R
2025-11-11 19:02:54 +10:30
parent 79334e83e6
commit f3f17a7d50

View File

@@ -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: