mirror of
https://github.com/meshtastic/python.git
synced 2026-01-13 10:17:55 -05:00
Only wait if response is wanted
This commit is contained in:
@@ -447,7 +447,8 @@ class MeshInterface:
|
||||
wantResponse=wantResponse,
|
||||
onResponse=onResponse,
|
||||
)
|
||||
self.waitForTelemetry()
|
||||
if wantResponse:
|
||||
self.waitForTelemetry()
|
||||
|
||||
def onResponseTelemetry(self, p):
|
||||
"""on response for telemetry"""
|
||||
|
||||
Reference in New Issue
Block a user