forked from espressif/esp-idf
openthread: fix mesh local prefix missing in border agent example
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();
|
||||
}
|
||||
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();
|
||||
|
Reference in New Issue
Block a user