From 1fe8888ec727de1ddc231d25529a5b6c89347d20 Mon Sep 17 00:00:00 2001 From: liyashuai Date: Fri, 8 Sep 2023 12:06:38 +0800 Subject: [PATCH] remove optional command resetcounts in dgthread cluster --- components/esp_matter/esp_matter_cluster.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/esp_matter/esp_matter_cluster.cpp b/components/esp_matter/esp_matter_cluster.cpp index 312e71cdb..c126c8550 100644 --- a/components/esp_matter/esp_matter_cluster.cpp +++ b/components/esp_matter/esp_matter_cluster.cpp @@ -726,9 +726,6 @@ cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags) } } - /* commands */ - command::create_reset_counts(cluster); - return cluster; } } /* diagnostics_network_thread */