mirror of
https://github.com/espressif/openthread.git
synced 2026-09-04 16:20:05 +00:00
[posix-app] enhance virtual time for posix app (#3016)
This commit is contained in:
@@ -40,6 +40,7 @@ import config
|
||||
class Node:
|
||||
def __init__(self, nodeid, is_mtd=False, simulator=None):
|
||||
self.simulator = simulator
|
||||
self.interface = None
|
||||
|
||||
if sys.platform != 'win32':
|
||||
self.interface = node_cli.otCli(nodeid, is_mtd, simulator=simulator)
|
||||
|
||||
Reference in New Issue
Block a user