diff options
-rw-r--r-- | src/BLEValue.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BLEValue.cpp b/src/BLEValue.cpp index 05c8d17..ec1e61f 100644 --- a/src/BLEValue.cpp +++ b/src/BLEValue.cpp @@ -6,6 +6,7 @@ */ #include "sdkconfig.h" #if defined(CONFIG_BT_ENABLED) +#include "BLEValue.h" #if defined(ARDUINO_ARCH_ESP32) && defined(CONFIG_ARDUHAL_ESP_LOG) #include "esp32-hal-log.h" |