mirror of
https://github.com/espressif/openthread.git
synced 2026-08-19 17:09:51 +00:00
[cli] move joiner to separate source files (#3862)
This commit is contained in:
committed by
Jonathan Hui
parent
6b4f8a8829
commit
9cd11a2761
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user