mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Merge branch 'bugfix/start_up_event' into 'main'
Bugfix: Add HandleServerStarted function to record start_up event See merge request app-frameworks/esp-matter!153
This commit is contained in:
@@ -665,6 +665,8 @@ static void esp_matter_chip_init_task(intptr_t context)
|
||||
if (endpoint::enable_all() != ESP_OK) {
|
||||
ESP_LOGE(TAG, "Enable all endpoints failure");
|
||||
}
|
||||
// Add this function to record start up event in basic information cluster.
|
||||
PlatformMgr().HandleServerStarted();
|
||||
#if CHIP_DEVICE_CONFIG_ENABLE_WIFI
|
||||
{
|
||||
static chip::app::Clusters::NetworkCommissioning::Instance sWiFiNetworkCommissioningInstance(0,
|
||||
|
||||
Reference in New Issue
Block a user