Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: lhdjply <lhdjply@126.com>
  • Loading branch information
lhdjply committed Jul 24, 2024
1 parent fd975d5 commit 7d35c49
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions ports/esp32/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ set(IDF_COMPONENTS
bootloader_support
bt
driver
esp_adc_cal
esp_common
esp_eth
esp_event
Expand All @@ -120,21 +119,27 @@ set(IDF_COMPONENTS
log
lwip
mbedtls
mdns
newlib
nvs_flash
sdmmc
soc
spi_flash
tcpip_adapter
ulp
vfs
xtensa
esp_http_client
esp-tls
nghttp
)

if(IDF_VERSION_MAJOR GREATER_EQUAL 5)
list(APPEND IDF_COMPONENTS esp_adc)
else()
list(APPEND IDF_COMPONENTS esp_adc_cal)
list(APPEND IDF_COMPONENTS mdns)
list(APPEND IDF_COMPONENTS tcpip_adapter)
list(APPEND IDF_COMPONENTS nghttp)
endif()

if(IDF_VERSION_MINOR GREATER_EQUAL 1 OR IDF_VERSION_MAJOR GREATER_EQUAL 5)
list(APPEND IDF_COMPONENTS esp_netif)
endif()
Expand Down

0 comments on commit 7d35c49

Please sign in to comment.