summaryrefslogtreecommitdiff
path: root/src/BLEValue.cpp
diff options
context:
space:
mode:
authorchegewara <imperiaonline4@gmail.com>2018-11-30 14:35:54 +0100
committerGitHub <noreply@github.com>2018-11-30 14:35:54 +0100
commit41dc5ef84d67c4f02ea183780a4add54d949b63f (patch)
treea6a9295019aadcd9490146bc5082c1690b0a4863 /src/BLEValue.cpp
parentUpdate library.properties (diff)
downloadthermostat-41dc5ef84d67c4f02ea183780a4add54d949b63f.tar.gz
thermostat-41dc5ef84d67c4f02ea183780a4add54d949b63f.tar.bz2
thermostat-41dc5ef84d67c4f02ea183780a4add54d949b63f.zip
Fix missing include
Diffstat (limited to 'src/BLEValue.cpp')
-rw-r--r--src/BLEValue.cpp1
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"