diff options
author | chegewara <imperiaonline4@gmail.com> | 2018-11-30 14:35:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-30 14:35:54 +0100 |
commit | 41dc5ef84d67c4f02ea183780a4add54d949b63f (patch) | |
tree | a6a9295019aadcd9490146bc5082c1690b0a4863 /src/BLEValue.cpp | |
parent | Update library.properties (diff) | |
download | thermostat-41dc5ef84d67c4f02ea183780a4add54d949b63f.tar.gz thermostat-41dc5ef84d67c4f02ea183780a4add54d949b63f.tar.bz2 thermostat-41dc5ef84d67c4f02ea183780a4add54d949b63f.zip |
Fix missing include
Diffstat (limited to 'src/BLEValue.cpp')
-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" |