mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-23 02:16:12 +01:00
9 lines
134 B
CMake
9 lines
134 B
CMake
idf_component_register(
|
|
SRCS
|
|
"espidf-v4.1.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES
|
|
esp_wifi
|
|
nvs_flash
|
|
)
|