diff --git a/meshtastic/mesh_interface.py b/meshtastic/mesh_interface.py index 3b16e46..bda2bdc 100644 --- a/meshtastic/mesh_interface.py +++ b/meshtastic/mesh_interface.py @@ -447,7 +447,8 @@ class MeshInterface: wantResponse=wantResponse, onResponse=onResponse, ) - self.waitForTelemetry() + if wantResponse: + self.waitForTelemetry() def onResponseTelemetry(self, p): """on response for telemetry"""