esp_matter: create a data_model directory and move data_model related codes to it

This commit is contained in:
WanqQixiang
2025-01-21 19:08:13 +08:00
parent 05e67b276b
commit 13a15243cc
50 changed files with 3454 additions and 3094 deletions
-2
View File
@@ -40,8 +40,6 @@ using chip::Server;
using chip::DeviceLayer::ExtendedOTARequestorDriver;
using namespace esp_matter;
using namespace esp_matter::endpoint;
using namespace esp_matter::cluster;
#if CONFIG_ENABLE_OTA_REQUESTOR
DefaultOTARequestor gRequestorCore;