openthread: fix mesh local prefix missing in border agent example

This commit is contained in:
Jiacheng Guo 2021-08-24 14:23:41 +08:00
parent c47ad5d22f
commit 2213a35156
3 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit dd7afcc9f6d4bbd923f601e0d59b0e59b0170a91
Subproject commit 1751a7a4e269822b8c193b291e58e02c2c670d22

@ -1 +1 @@
Subproject commit 5e09d71ee4a6a8165ae4cdbabc46b79a88a95c11
Subproject commit 01a326d9501b2757b4e04a900e6540c048f41b29

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();