We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae64c5 commit bec6f87Copy full SHA for bec6f87
CMakeLists.txt
@@ -24,6 +24,7 @@ set(CORE_SRCS
24
cores/esp32/IPv6Address.cpp
25
cores/esp32/libb64/cdecode.c
26
cores/esp32/libb64/cencode.c
27
+ cores/esp32/main.cpp
28
cores/esp32/MD5Builder.cpp
29
cores/esp32/Print.cpp
30
cores/esp32/stdlib_noniso.c
@@ -201,6 +202,6 @@ set(COMPONENT_ADD_INCLUDEDIRS
201
202
set(COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64)
203
204
set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet)
-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)
206
207
register_component()
0 commit comments