2020-03-22 17:34:18 +08:00
|
|
|
idf_component_register(SRCS "app_main.c" "esp_local_ctrl_service.c"
|
|
|
|
|
INCLUDE_DIRS "."
|
2024-09-24 14:22:10 +02:00
|
|
|
PRIV_REQUIRES esp_local_ctrl nvs_flash
|
2022-01-25 10:03:31 +05:30
|
|
|
EMBED_TXTFILES "certs/servercert.pem" "certs/prvtkey.pem")
|