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/BLEValue.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/BLEValue.cpp') diff --git a/src/BLEValue.cpp b/src/BLEValue.cpp index d36d207..49818e2 100644 --- a/src/BLEValue.cpp +++ b/src/BLEValue.cpp @@ -10,6 +10,9 @@ #include #include "BLEValue.h" +#ifdef ARDUINO_ARCH_ESP32 +#include "esp32-hal-log.h" +#endif static const char* LOG_TAG="BLEValue"; -- cgit v1.2.3