summaryrefslogtreecommitdiff
path: root/src/BLEDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/BLEDevice.cpp')
-rw-r--r--src/BLEDevice.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/BLEDevice.cpp b/src/BLEDevice.cpp
index b2777e5..97d02b1 100644
--- a/src/BLEDevice.cpp
+++ b/src/BLEDevice.cpp
@@ -26,6 +26,9 @@
#include "BLEClient.h"
#include "BLEUtils.h"
#include "GeneralUtils.h"
+#ifdef ARDUINO_ARCH_ESP32
+#include "esp32-hal-log.h"
+#endif
static const char* LOG_TAG = "BLEDevice";