mirror of
https://github.com/espressif/openthread.git
synced 2026-08-14 14:47:46 +00:00
node id and compilation fixes (#85)
This commit is contained in:
committed by
Jonathan Hui
parent
0e432396d6
commit
cc2e961f4b
@@ -57,7 +57,7 @@ class Node:
|
||||
cmd = '%s/examples/cli/soc' % srcdir
|
||||
else:
|
||||
cmd = './soc'
|
||||
cmd += ' --nodeid=%d -S' % nodeid
|
||||
cmd += ' %d' % nodeid
|
||||
print cmd
|
||||
|
||||
self.pexpect = pexpect.spawn(cmd, timeout=2)
|
||||
|
||||
Reference in New Issue
Block a user