mirror of
https://github.com/espressif/openthread.git
synced 2026-09-22 17:07:37 +00:00
Have router make two separate attempts to reconnect to current partition. (#1276)
This commit is contained in:
+1
-1
@@ -2100,7 +2100,7 @@ void Interpreter::ProcessState(int argc, char *argv[])
|
||||
}
|
||||
else if (strcmp(argv[0], "child") == 0)
|
||||
{
|
||||
SuccessOrExit(error = otBecomeChild(mInstance, kMleAttachSamePartition));
|
||||
SuccessOrExit(error = otBecomeChild(mInstance, kMleAttachSamePartition1));
|
||||
}
|
||||
else if (strcmp(argv[0], "router") == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user