Skip to content

Commit bf4698b

Browse files
shubhamdpaustina-csa
authored andcommitted
[ESP32] Fix compiling temperature measurement app when built with BT disabled (project-chip#34808)
1 parent a037c29 commit bf4698b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/temperature-measurement-app/esp32/main/DeviceCallbacks.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
*
2424
**/
2525
#include "DeviceCallbacks.h"
26+
#include <esp_log.h>
2627

2728
static const char TAG[] = "echo-devicecallbacks";
2829

0 commit comments

Comments
 (0)