test, examples: use new component registration function

This commit is contained in:
Renz Bagaporo
2020-03-22 17:34:18 +08:00
parent bd827a4d2f
commit 4d9c573fb6
33 changed files with 124 additions and 197 deletions

View File

@@ -1,8 +1,3 @@
set(COMPONENT_SRCS "app_main.c" "esp_local_ctrl_service.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
set(COMPONENT_EMBED_TXTFILES
"certs/cacert.pem"
"certs/prvtkey.pem")
register_component()
idf_component_register(SRCS "app_main.c" "esp_local_ctrl_service.c"
INCLUDE_DIRS "."
EMBED_TXTFILES "certs/cacert.pem" "certs/prvtkey.pem")