mirror of
https://github.com/espressif/openthread.git
synced 2026-08-17 16:09:51 +00:00
fix sending network diagnostic for it has no Done (#1177)
This commit is contained in:
Executable → Regular
+1
-1
@@ -1856,7 +1856,7 @@ class OpenThread(IThci):
|
||||
cmd = 'networkdiagnostic get %s %s' % (strDestinationAddr, ' '.join([str(tlv) for tlv in listTLV_ids]))
|
||||
print cmd
|
||||
|
||||
return self.__sendCommand(cmd)
|
||||
return self._sendline(cmd)
|
||||
|
||||
def diagnosticReset(self, strDestinationAddr, listTLV_ids=[]):
|
||||
if not listTLV_ids:
|
||||
|
||||
Reference in New Issue
Block a user