mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Merge branch 'esp_matter/fix_python_cert_test_v1_4_2' into 'release/v1.4.2'
esp-matter: fix python certificate testing failure(v1.4.2) See merge request app-frameworks/esp-matter!1416
This commit is contained in:
@@ -91,7 +91,7 @@ esp_err_t add(endpoint_t *endpoint, config_t *config)
|
|||||||
#if defined(CONFIG_SUPPORT_WIFI_NETWORK_DIAGNOSTICS_CLUSTER)
|
#if defined(CONFIG_SUPPORT_WIFI_NETWORK_DIAGNOSTICS_CLUSTER)
|
||||||
wifi_network_diagnostics::create(endpoint, nullptr, CLUSTER_FLAG_SERVER);
|
wifi_network_diagnostics::create(endpoint, nullptr, CLUSTER_FLAG_SERVER);
|
||||||
#endif
|
#endif
|
||||||
#if defined(CONFIG_SUPPORT_THREAD_NETWORK_DIAGNOSTICS_CLUSTER)
|
#if defined(CONFIG_SUPPORT_THREAD_NETWORK_DIAGNOSTICS_CLUSTER) && defined(CONFIG_OPENTHREAD_ENABLED)
|
||||||
thread_network_diagnostics::create(endpoint, nullptr, CLUSTER_FLAG_SERVER);
|
thread_network_diagnostics::create(endpoint, nullptr, CLUSTER_FLAG_SERVER);
|
||||||
#endif
|
#endif
|
||||||
return ESP_OK;
|
return ESP_OK;
|
||||||
|
|||||||
Reference in New Issue
Block a user