8000 Update BLEValue.cpp · exocode/esp32-snippets@5e18070 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e18070

Browse files
authored
Update BLEValue.cpp
Fix accidentally deleted header
1 parent e9576ee commit 5e18070

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp_utils/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)
0