mirror of
https://github.com/espressif/openthread.git
synced 2026-08-01 16:47:47 +00:00
Unify example apps across all example platforms. (#215)
This commit is contained in:
@@ -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/posix/app/cli/ot-cli' % srcdir
|
||||
cmd = '%s/examples/apps/cli/ot-cli' % srcdir
|
||||
else:
|
||||
cmd = './ot-cli'
|
||||
cmd += ' %d' % nodeid
|
||||
|
||||
Reference in New Issue
Block a user