esp_common: Add required missing components to CMakelists

This commit is contained in:
Shivani Tipnis 2020-08-21 15:34:52 +05:30 committed by bot
parent 9e8f4e51b2
commit 8963ebf2e2

View File

@ -45,7 +45,12 @@ else()
lwip
spi_flash
wpa_supplicant
tcpip_adapter)
tcpip_adapter
esp_serial_slave_link
esp_netif
soc
esp-tls
esp_https_ota)
idf_build_get_property(build_components BUILD_COMPONENTS)
foreach(req ${optional_reqs})