diff options
Diffstat (limited to 'src/BLEValue.cpp')
-rw-r--r-- | src/BLEValue.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 <esp_log.h> #include "BLEValue.h" +#ifdef ARDUINO_ARCH_ESP32 +#include "esp32-hal-log.h" +#endif static const char* LOG_TAG="BLEValue"; |