mirror of
https://github.com/espressif/openthread.git
synced 2026-08-06 18:57:47 +00:00
reorg apps and platforms (#89)
This commit is contained in:
committed by
Jonathan Hui
parent
ba0955a030
commit
ef9de65117
@@ -54,7 +54,7 @@ class Node:
|
||||
""" Initialize a simulation node. """
|
||||
if "top_builddir" in os.environ.keys():
|
||||
srcdir = os.environ['top_builddir']
|
||||
cmd = '%s/examples/cli/soc' % srcdir
|
||||
cmd = '%s/examples/posix/app/cli/soc' % srcdir
|
||||
else:
|
||||
cmd = './soc'
|
||||
cmd += ' %d' % nodeid
|
||||
|
||||
Reference in New Issue
Block a user