Skip to content

Commit 05e4b95

Browse files
committed
Fix inclusion of esp-idf bluedroit api include path
1 parent 7a27692 commit 05e4b95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
set(COMPONENT_SRCDIRS "src" "src/utility" "src/Fonts")
2-
set(COMPONENT_ADD_INCLUDEDIRS "src")
2+
set(COMPONENT_ADD_INCLUDEDIRS "src" "$ENV{IDF_PATH}/components/bt/bluedroid/api/include/api")
33
list(APPEND COMPONENT_REQUIRES "arduino")
44

5+
56
register_component()
67

78

0 commit comments

Comments
 (0)