mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 23:13:06 -04:00
Only wait if response is wanted
This commit is contained in:
1 parent
0192eed76e
commit
d6ee815183
1 file changed
+2
-1
@@ -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