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:
Shu Chen
2021-08-27 09:10:08 +00:00
3 changed files with 2 additions and 3 deletions

View File

@@ -122,7 +122,6 @@ static void create_config_network(otInstance *instance)
abort();
}
dataset.mComponents.mIsPskcPresent = true;
dataset.mComponents.mIsMeshLocalPrefixPresent = false;
if (otDatasetSetActive(instance, &dataset) != OT_ERROR_NONE) {
ESP_LOGE(TAG, "Failed to set OpenThread active dataset.");
abort();