Skip to content

Commit 7637a73

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
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)