diff options
Diffstat (limited to 'src/BLEScan.cpp')
-rw-r--r-- | src/BLEScan.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/BLEScan.cpp b/src/BLEScan.cpp index 925c09d..d3157b7 100644 --- a/src/BLEScan.cpp +++ b/src/BLEScan.cpp @@ -17,6 +17,9 @@ #include "BLEScan.h" #include "BLEUtils.h" #include "GeneralUtils.h" +#ifdef ARDUINO_ARCH_ESP32 +#include "esp32-hal-log.h" +#endif static const char* LOG_TAG = "BLEScan"; |