forked from espressif/esp-idf
Merge branch 'bugfix/border-agent-mesh-local-prefix' into 'master'
openthread: fix mesh local prefix missing in border agent example See merge request espressif/esp-idf!14920
This commit is contained in:
Submodule components/ieee802154/lib updated: dd7afcc9f6...1751a7a4e2
Submodule components/openthread/lib updated: 5e09d71ee4...01a326d950
@@ -122,7 +122,6 @@ static void create_config_network(otInstance *instance)
|
|||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
dataset.mComponents.mIsPskcPresent = true;
|
dataset.mComponents.mIsPskcPresent = true;
|
||||||
dataset.mComponents.mIsMeshLocalPrefixPresent = false;
|
|
||||||
if (otDatasetSetActive(instance, &dataset) != OT_ERROR_NONE) {
|
if (otDatasetSetActive(instance, &dataset) != OT_ERROR_NONE) {
|
||||||
ESP_LOGE(TAG, "Failed to set OpenThread active dataset.");
|
ESP_LOGE(TAG, "Failed to set OpenThread active dataset.");
|
||||||
abort();
|
abort();
|
||||||
|
Reference in New Issue
Block a user