30832c167d
Signed-off-by: Peter Siegmund <developer@mars3142.org>
10 lines
192 B
CMake
10 lines
192 B
CMake
idf_component_register(SRCS
|
|
src/skuld.c
|
|
INCLUDE_DIRS "include"
|
|
PRIV_REQUIRES
|
|
lwip
|
|
esp_http_client
|
|
nvs_flash
|
|
cjson
|
|
)
|