mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 14:47:46 +00:00
Add Minimal Thread Device to build. (#973)
This commit is contained in:
@@ -59,9 +59,9 @@ class Node:
|
||||
cmd = os.environ['OT_CLI_PATH']
|
||||
elif "top_builddir" in os.environ.keys():
|
||||
srcdir = os.environ['top_builddir']
|
||||
cmd = '%s/examples/apps/cli/ot-cli' % srcdir
|
||||
cmd = '%s/examples/apps/cli/ot-cli-ftd' % srcdir
|
||||
else:
|
||||
cmd = './ot-cli'
|
||||
cmd = './ot-cli-ftd'
|
||||
cmd += ' %d' % nodeid
|
||||
print ("%s" % cmd)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user