forked from espressif/esp-idf
Merge branch 'bugfix/otbr-example-config' into 'master'
openthread: update OpenThread submodule See merge request espressif/esp-idf!18560
This commit is contained in:
Submodule components/ieee802154/lib updated: 2a72c4c8ab...d9838acadd
Submodule components/openthread/lib updated: 8d47b585cf...9b1ed376db
Submodule components/openthread/openthread updated: 9a2d84a4b7...c055c10a9a
@@ -100,7 +100,7 @@ static void create_config_network(otInstance *instance)
|
||||
return;
|
||||
}
|
||||
|
||||
uint16_t network_name_len = strnlen(CONFIG_OPENTHREAD_NETWORK_NAME, OT_NETWORK_NAME_MAX_SIZE + 1);
|
||||
uint16_t network_name_len = strlen(CONFIG_OPENTHREAD_NETWORK_NAME);
|
||||
|
||||
assert(network_name_len <= OT_NETWORK_NAME_MAX_SIZE);
|
||||
|
||||
|
@@ -44,6 +44,7 @@ CONFIG_LWIP_NETIF_STATUS_CALLBACK=y
|
||||
CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT=y
|
||||
CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT=y
|
||||
CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM=y
|
||||
CONFIG_LWIP_IPV6_AUTOCONFIG=y
|
||||
# end of lwIP
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user