[cli] move joiner to separate source files (#3862)

This commit is contained in:
Jonathan Hui
2019-05-28 18:25:50 -07:00
committed by Jonathan Hui
parent 6b4f8a8829
commit 9cd11a2761
12 changed files with 280 additions and 71 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ class otCli:
return addr64
def get_joiner_id(self):
self.send_command('joinerid')
self.send_command('joiner id')
i = self._expect('([0-9a-fA-F]{16})')
if i == 0:
addr = self.pexpect.match.groups()[0].decode("utf-8")