Skip to content

Commit 41dc5ef

Browse files
authored
Fix missing include
1 parent f7eb683 commit 41dc5ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BLEValue.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*/
77
#include "sdkconfig.h"
88
#if defined(CONFIG_BT_ENABLED)
9+
#include "BLEValue.h"
910

1011
#if defined(ARDUINO_ARCH_ESP32) && defined(CONFIG_ARDUHAL_ESP_LOG)
1112
#include "esp32-hal-log.h"

0 commit comments

Comments
 (0)