Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bec6f87

Browse filesBrowse files
committed
Update CMakeLists.txt
1 parent 4ae64c5 commit bec6f87
Copy full SHA for bec6f87

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎CMakeLists.txt

Copy file name to clipboardExpand all lines: CMakeLists.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ set(CORE_SRCS
2424
cores/esp32/IPv6Address.cpp
2525
cores/esp32/libb64/cdecode.c
2626
cores/esp32/libb64/cencode.c
27+
cores/esp32/main.cpp
2728
cores/esp32/MD5Builder.cpp
2829
cores/esp32/Print.cpp
2930
cores/esp32/stdlib_noniso.c
@@ -201,6 +202,6 @@ set(COMPONENT_ADD_INCLUDEDIRS
201202
set(COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64)
202203

203204
set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet)
204-
set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl)
205+
set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl bt)
205206

206207
register_component()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.