diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/BLEDevice.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BLEDevice.cpp b/src/BLEDevice.cpp index 6aa7c6e..a7db454 100644 --- a/src/BLEDevice.cpp +++ b/src/BLEDevice.cpp @@ -30,6 +30,7 @@ #include "GeneralUtils.h" #ifdef ARDUINO_ARCH_ESP32 #include "esp32-hal-log.h" +#include "esp32-hal-bt.h" #endif static const char* LOG_TAG = "BLEDevice"; |