mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
openthread: fix mesh local prefix missing in border agent example
This commit is contained in:
parent
c47ad5d22f
commit
2213a35156
@ -1 +1 @@
|
||||
Subproject commit dd7afcc9f6d4bbd923f601e0d59b0e59b0170a91
|
||||
Subproject commit 1751a7a4e269822b8c193b291e58e02c2c670d22
|
@ -1 +1 @@
|
||||
Subproject commit 5e09d71ee4a6a8165ae4cdbabc46b79a88a95c11
|
||||
Subproject commit 01a326d9501b2757b4e04a900e6540c048f41b29
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user