We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab12949 commit ef2ecd6Copy full SHA for ef2ecd6
1 file changed
meshtastic_listener/__main__.py
@@ -303,7 +303,6 @@ def __traceroute_upstream__(self) -> None:
303
destinationId=target.nodeNum,
304
portNum=PortNum.TRACEROUTE_APP,
305
wantResponse=True,
306
- # onResponse=self.interface.onResponseTraceRoute,
307
channelIndex=0,
308
hopLimit=self.max_hops,
309
)
0 commit comments