mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 05:04:33 +02:00
openthread: update openthread version
Uprev OpenThread to check in TCP message leak fix.
This commit is contained in:
Submodule components/openthread/openthread updated: 23bbde5c96...d16edaa5ef
@@ -79,7 +79,7 @@ void process_thread_address(const otIp6AddressInfo *address_info, bool is_added,
|
||||
} else {
|
||||
ip_event_add_ip6_t add_addr;
|
||||
add_addr.addr = addr;
|
||||
add_addr.preferred = !address_info->mIsAnycast;
|
||||
add_addr.preferred = address_info->mPreferred;
|
||||
if (esp_event_post(OPENTHREAD_EVENT, OPENTHREAD_EVENT_GOT_IP6, &add_addr, sizeof(add_addr), 0) != ESP_OK) {
|
||||
otLogCritPlat("Failed to post OpenThread got ip6 address event");
|
||||
}
|
||||
|
Reference in New Issue
Block a user