From cb1ab4ea76af17d347cdadcc003d1fe53af12aa7 Mon Sep 17 00:00:00 2001 From: kolban Date: Sun, 15 Oct 2017 12:56:03 -0500 Subject: Fixes for #121 --- src/BLEScan.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/BLEScan.cpp') 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"; -- cgit v1.2.3