-
An exception occurs. When calling otInstanceReset (Instance), the program cannot be reset. During the Linux simulation, the program will exit and cannot continue to run. |
Beta Was this translation helpful? Give feedback.
Answered by
jwhui
Nov 6, 2022
Replies: 1 comment 1 reply
-
The CLI example app implements the Line 248 in ba826ff I just tested it with a simulation build and it seems to work as expected. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tuopu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The CLI example app implements the
reset
command usingotInstanceReset()
:openthread/src/cli/cli.cpp
Line 248 in ba826ff
I just tested it with a simulation build and it seems to work as expected.