From f3f17a7d50b7b8f368de488f19b09b054d60916b Mon Sep 17 00:00:00 2001 From: Travis-L-R <> Date: Tue, 11 Nov 2025 19:02:54 +1030 Subject: [PATCH] Removing superfluous setting of noProto in init() --- meshtastic/serial_interface.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/meshtastic/serial_interface.py b/meshtastic/serial_interface.py index 8d1397c..96e1bcc 100644 --- a/meshtastic/serial_interface.py +++ b/meshtastic/serial_interface.py @@ -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: