We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0f16a commit 78626d1Copy full SHA for 78626d1
examples/all-clusters-app/esp32/main/DeviceCallbacks.cpp
@@ -34,6 +34,7 @@
34
#include <app/util/basic-types.h>
35
#include <app/util/util.h>
36
#include <common/CHIPDeviceManager.h>
37
+#include <esp_log.h>
38
#include <lib/dnssd/Advertiser.h>
39
40
#if CONFIG_DEVICE_TYPE_ESP32_C3_DEVKITM
examples/platform/esp32/lock/BoltLockManager.cpp
@@ -21,6 +21,7 @@
21
#include "AppTask.h"
22
#include <app-common/zap-generated/attributes/Accessors.h>
23
#include <cstring>
24
25
#include <lib/support/logging/CHIPLogging.h>
26
27
BoltLockManager BoltLockManager::sLock;
0 commit comments