Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
bec6f872
Commit
bec6f872
authored
Nov 26, 2018
by
me-no-dev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CMakeLists.txt
parent
4ae64c54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
CMakeLists.txt
+2
-1
No files found.
CMakeLists.txt
View file @
bec6f872
...
...
@@ -24,6 +24,7 @@ set(CORE_SRCS
cores/esp32/IPv6Address.cpp
cores/esp32/libb64/cdecode.c
cores/esp32/libb64/cencode.c
cores/esp32/main.cpp
cores/esp32/MD5Builder.cpp
cores/esp32/Print.cpp
cores/esp32/stdlib_noniso.c
...
...
@@ -201,6 +202,6 @@ set(COMPONENT_ADD_INCLUDEDIRS
set
(
COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64
)
set
(
COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet
)
set
(
COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl
)
set
(
COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl
bt
)
register_component
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment