mirror of
https://github.com/espressif/openthread.git
synced 2026-07-10 06:10:21 +00:00
Thread Commissioning. (#399)
This commit is contained in:
@@ -507,7 +507,7 @@ ThreadError Dataset::ProcessMgmtGetCommand(int argc, char *argv[])
|
||||
}
|
||||
else if (strcmp(argv[index], "localprefix") == 0)
|
||||
{
|
||||
tlvs[length++] = OT_MESHCOP_TLV_LOCALPREFIX;
|
||||
tlvs[length++] = OT_MESHCOP_TLV_MESHLOCALPREFIX;
|
||||
}
|
||||
else if (strcmp(argv[index], "delaytimer") == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user