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 7637a73

Browse filesBrowse files
robert-alfarome-no-dev
authored andcommitted
Fix recent commit d8b2098 (PR espressif#3377) which includes esp_adc_cal component but does not update CMakeLists.txt (espressif#3648)
1 parent cd85239 commit 7637a73
Copy full SHA for 7637a73

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎CMakeLists.txt

Copy file name to clipboardExpand all lines: CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ set(COMPONENT_ADD_INCLUDEDIRS
205205

206206
set(COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64)
207207

208-
set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet)
208+
set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet esp_adc_cal)
209209
set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl bt)
210210

211211
register_component()

0 commit comments

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