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
e30b821b
Unverified
Commit
e30b821b
authored
Jun 09, 2021
by
Matt Sieren
Committed by
GitHub
Jun 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing Wifi Provisioning dependency (#5203)
parent
cb7aef1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
e30b821b
...
...
@@ -160,7 +160,7 @@ set(includedirs
set
(
srcs
${
CORE_SRCS
}
${
LIBRARY_SRCS
}
${
BLE_SRCS
}
)
set
(
priv_includes cores/esp32/libb64
)
set
(
requires spi_flash mbedtls mdns esp_adc_cal
)
set
(
requires spi_flash mbedtls mdns esp_adc_cal
wifi_provisioning
)
set
(
priv_requires fatfs nvs_flash app_update spiffs bootloader_support openssl bt main
)
if
(
IDF_TARGET MATCHES
"esp32s2|esp32s3"
AND CONFIG_TINYUSB_ENABLED
)
...
...
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