Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix recent commit d8b2098 (PR espressif#3377) which includes esp_adc_…
Browse files Browse the repository at this point in the history
…cal component but does not update CMakeLists.txt
robert-alfaro committed Jan 20, 2020
1 parent cd85239 commit a7bdf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -205,7 +205,7 @@ set(COMPONENT_ADD_INCLUDEDIRS

set(COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64)

set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet)
set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet esp_adc_cal)
set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl bt)

register_component()

0 comments on commit a7bdf65

Please sign in to comment.