Update ESP-IDF aws iot example
This commit is contained in:
@@ -3,9 +3,3 @@ set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||
|
||||
|
||||
register_component()
|
||||
|
||||
if(CONFIG_EXAMPLE_EMBEDDED_CERTS)
|
||||
target_add_binary_data(${COMPONENT_TARGET} "certs/aws-root-ca.pem" TEXT)
|
||||
target_add_binary_data(${COMPONENT_TARGET} "certs/certificate.pem.crt" TEXT)
|
||||
target_add_binary_data(${COMPONENT_TARGET} "certs/private.pem.key" TEXT)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user