mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
esp_common: Add required missing components to CMakelists
This commit is contained in:
@@ -45,7 +45,12 @@ else()
|
|||||||
lwip
|
lwip
|
||||||
spi_flash
|
spi_flash
|
||||||
wpa_supplicant
|
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)
|
idf_build_get_property(build_components BUILD_COMPONENTS)
|
||||||
foreach(req ${optional_reqs})
|
foreach(req ${optional_reqs})
|
||||||
|
Reference in New Issue
Block a user