2024-10-05 20:28:55 +02:00
|
|
|
idf_component_register(SRCS "ota.c" "relays.c" "sync_response.c" "jwt.c" "secure_api.c" "http_client.c" "ethernet.c" "unsecure_api.c" "system.c" "crypto.c" "random.c" "storage.c" "main.c"
|
2024-07-27 15:31:17 +02:00
|
|
|
"dev_name.c"
|
2024-07-16 21:05:20 +02:00
|
|
|
INCLUDE_DIRS ".")
|
2024-08-23 21:00:18 +02:00
|
|
|
|
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE -Werror)
|