mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-01 11:04:39 +01:00
12 lines
224 B
CMake
12 lines
224 B
CMake
idf_component_register(
|
|
SRCS
|
|
"ena-cwa.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES
|
|
esp_http_client
|
|
ena
|
|
ena-binary-export
|
|
wifi-controller
|
|
EMBED_FILES
|
|
"certs/telekom.pem"
|
|
) |