mirror of
https://github.com/meshtastic/python.git
synced 2026-06-02 12:45:00 -04:00
Removing superfluous setting of noProto in init()
This commit is contained in:
@@ -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