Skip to content

Commit 9efb599

Browse files
authoredAug 7, 2024
[ESP32] Fix compiling temperature measurement app when built with BT disabled (#34808)
1 parent d47c423 commit 9efb599

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)
Please sign in to comment.