Update build system, add cspot service option

This commit is contained in:
Sebastien L
2021-12-28 12:43:29 -05:00
parent f3c405579f
commit b2ec1506d7
36 changed files with 847 additions and 115 deletions

View File

@@ -1,4 +1,4 @@
idf_component_register(SRCS operator.cpp tools.c
idf_component_register(SRCS operator.cpp tools.c trace.c
REQUIRES esp_common pthread
INCLUDE_DIRS .
)